node-betaseries
===============

[![Build Status](https://travis-ci.org/mebibou/node-betaseries.png)](https://travis-ci.org/mebibou/node-betaseries)

Node.js module for Betaseries API

## Installation

1. Install as a npm dependency:

```shel
npm install betaseries
```
2. Create a `.env` file with the following content:
```
BETASERIES_API_KEY=YOUR_BETASERIES_API_KEY_HERE
```

## Usage

Check out the [tests](https://github.com/mebibou/node-betaseries/tree/master/test) 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](https://github.com/mebibou/node-betaseries/blob/master/CONTRIBUTING.md).
After that, you can create your own Pull Requests (PR) and submit them here.
