seasonvar-api-nokey
v1.1.3
Published
Node.js api for seasonvar.ru
Downloads
11
Maintainers
Readme
seasonvar-api
Node.js api for seasonvar.ru that uses public data, which
means NO KEY REQUIRED!
.
Prerequisites
- Node.js >=8.x
Installation and Usage
Installation:
npm install seasonvar-api-nokey
Test:
npm run test
Usage:
const Seasonvar = require('seasonvar-api-nokey');
//const Search = require('seasonvar-api-nokey/lib/search');
const seasonvar = Seasonvar.create();
const movies = await seasonvar.autocomplete('lucifer');
// const movies = await seasonvar.top(Search.TOP_MONTH);
const episodes = await seasonvar.episodes(movies[0]);
For es5 compatibility you might use: require('seasonvar-api-nokey/es5')
For more examples see
example/
folder
Roadmap
- [ ] Add support for translation specific playlists alongside the standard
Support development
I really love open source, however i do need your help to keep the library up to date. There are several ways to do it: open issues, submit PRs, share the library w/ community or simply-