Node.js module for Betaseries API
- Install as a npm dependency:
npm install betaseries
- Create a
.env
file with the following content:
BETASERIES_API_KEY=YOUR_BETASERIES_API_KEY_HERE
Check out the tests to see how to use it.
You can also have the complete API documentation here : http://www.betaseries.com/api/docs
To contribute to the project, read the Contribution guidelines. After that, you can create your own Pull Requests (PR) and submit them here.