weather-report
Version:
Get your own weather report from the command line!
18 lines (17 loc) • 377 B
JSON
{
"name": "weather-report",
"version": "0.0.1",
"description": "Get your own weather report from the command line!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"weather",
"cli",
"forecast",
"meteorologist"
],
"author": "Kai Cataldo <kaicataldo@gmail.com>",
"license": "MIT"
}