Fetch local weather from Dark Sky API. https://wthr.ml/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
326 B

{
"name": "dark-sky-script",
"version": "1.0.0",
"description": "Fetch local weather information.",
"main": "dark-sky.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kevin Mok",
"license": "ISC",
"dependencies": {
"table": "^5.4.6",
"yargs": "^14.0.0"
}
}