1
0
This commit is contained in:
Jason Williams
2019-08-23 15:26:32 -06:00
parent 7572f1d0b8
commit 69b5557f0f
3 changed files with 367 additions and 9 deletions

15
weather-app/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "weather-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"request": "^2.88.0"
}
}