Skip to content

Commit

Permalink
Add logic to get zip file, unzip it and send it back as an endpoint t…
Browse files Browse the repository at this point in the history
…o service as a data fallback
  • Loading branch information
SYU15 committed May 17, 2016
1 parent 48f070d commit 545aca9
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2,050 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
exports.sh
node_modules/
Archive.zip
sos/
2 changes: 1 addition & 1 deletion cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: 1
cron:
- name: "getResults"
url: "/getResults"
schedule: "*/15 * * * *"
schedule: "* * */14 * *"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"homepage": "https://github.com/SYU88/election-2016-loader#readme",
"dependencies": {
"express": "^4.13.4"
"express": "^4.13.4",
"helmet": "^2.0.0"
}
}
Loading

0 comments on commit 545aca9

Please sign in to comment.