openweather-apis
Version:
Simple APIs to use with OpenWeatherMap.org free servicies, request a APPID on http://openweathermap.org/appid and start!
36 lines (35 loc) • 863 B
JSON
{
"name": "openweather-apis",
"version": "4.5.0",
"description": "Simple APIs to use with OpenWeatherMap.org free servicies, request a APPID on http://openweathermap.org/appid and start!",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:CICCIOSGAMINO/openweather-apis.git"
},
"keywords": [
"openweather",
"openweathermap",
"meteo",
"weather",
"weather-api",
"apis"
],
"author": {
"name": "Marco Canali",
"email": "<marco.canali@gmail.com>",
"url": "https://github.com/CICCIOSGAMINO"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CICCIOSGAMINO/openweather-apis/issues"
},
"homepage": "https://github.com/CICCIOSGAMINO/openweather-apis",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.2"
}
}