Simple NodeJS API to get data from thebluealliance
Note: All methods return Promises, so if you do not know what they are, read this article before continuing
npm install tba-api-storm
The constructor takes in the data needed for the X-TBA-App-Id header, which is needed for the API requests (For more info on thebluealliance RESTful API, see this)
Dcoumentation and method calls for API v3 is in the form of docstrings for now.
Anyone who upgrades from version 1.0.6 to a newer version, please look at the method signatures for some have changed