Initial commit

Basic structure and proof of concept for talking with Shift via Node. Will eventually expose the remaining (known) APIs, but this was to get myself familiar with promises, http, streams, etc.
This commit is contained in:
2018-04-24 22:35:55 -05:00
committed by Parnic
commit b3f05f8329
6 changed files with 196 additions and 0 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "node-digitalshift",
"description": "Library for talking with DigitalShift network sites (HockeyShift, BasketballShift, etc.)",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/parnic/node-digitalshift.git",
"main": "index.js",
"keywords": [
"digitalshift",
"sports",
"hockey",
"hockeyshift"
],
"dependencies": {
}
}