https://github.com/friedrith/node-betaseries
A modern node.js SDK to wrapper betaseries HTTP API
https://github.com/friedrith/node-betaseries
Last synced: about 2 months ago
JSON representation
A modern node.js SDK to wrapper betaseries HTTP API
- Host: GitHub
- URL: https://github.com/friedrith/node-betaseries
- Owner: friedrith
- License: mit
- Created: 2019-02-16T10:48:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T07:26:48.000Z (over 7 years ago)
- Last Synced: 2025-03-05T22:44:25.643Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:warning: This project is not released :warning:
# node-betaseries
A modern node.js SDK to wrap [betaseries HTTP API](https://www.betaseries.com/api/).
It helps find information about series and movies.
## Why this module
- compliant with Ecmascript 2015+
## Getting started
```bash
$ npm install node-betaseries
$ yarn add node-betaseries
```
```javascript
import { init } from 'node-betaseries'
init({
apiKey = '2233cc194fb0', // you api key to get on http://betaseries/api website
userAgent = 'my-own-user-agent', // in order to differentiate traffic
})
```
## Roadmap
## More
### Documentation about Betaseries
- [HTTP API documentation](https://www.betaseries.com/api/docs)
- [Bug tracker](https://www.betaseries.com/bugs/api)
- [Discussion group](http://groups.google.com/group/betaseries)
### Other node.js libraries for betaseries
- https://github.com/mebibou/node-betaseries
- https://github.com/deStrO/node-betaseries
### Other libraries for movies and series
- https://api.thetvdb.com
- https://github.com/edwellbrook/node-tvdb
- https://github.com/enyo/node-tvdb