Initial commit

This commit is contained in:
Carlos E Silva
2017-11-09 17:38:54 -05:00
commit 205ea819d0
4 changed files with 195 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "iphone-x-availability",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Carlos E Silva",
"license": "ISC",
"dependencies": {
"command-line-args": "^4.0.7",
"node-fetch": "^1.7.3"
}
}