location-weather-info
Version:
Retrieve current weather information based on user's location.
30 lines (29 loc) • 731 B
JSON
{
"name": "location-weather-info",
"packageManager": "yarn@3.3.1",
"description": "Retrieve current weather information based on user's location.",
"version": "1.4.5",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharifmrahat/location-weather-info.git"
},
"keywords": [
"Location",
"Weather",
"OpenWeatherMap"
],
"author": "Sharif",
"license": "ISC",
"bugs": {
"url": "https://github.com/sharifmrahat/location-weather-info/issues"
},
"homepage": "https://location-weather-info.vercel.app/",
"dependencies": {
"axios": "^1.2.5"
},
"devDependencies": {}
}