betaseries

Node.js module for Betaseries API

Usage no npm install needed!

<script type="module">
  import betaseries from 'https://cdn.skypack.dev/betaseries';
</script>

README

node-betaseries

Build Status

Node.js module for Betaseries API

Installation

  1. Install as a npm dependency:
npm install betaseries
  1. Create a .env file with the following content:
BETASERIES_API_KEY=YOUR_BETASERIES_API_KEY_HERE

Usage

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

Contribute

To contribute to the project, read the Contribution guidelines. After that, you can create your own Pull Requests (PR) and submit them here.