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:
17
package.json
Normal file
17
package.json
Normal 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": {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user