api-weather
Version:
Simple way to use OpenWeatherMap API.
32 lines (31 loc) • 704 B
JSON
{
"name": "api-weather",
"version": "1.3.2",
"description": "Simple way to use OpenWeatherMap API.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"weather",
"clima",
"openweathermap"
],
"author": "Rogelio",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RogelioLB/api-weather.git"
},
"bugs": {
"url": "https://github.com/RogelioLB/api-weather/issues"
},
"homepage": "https://github.com/RogelioLB/api-weather#readme"
}