seasonvar-api-nokey

1.1.3 • Public • Published

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-

Donate ETH

Package Sidebar

Install

npm i seasonvar-api-nokey

Weekly Downloads

2

Version

1.1.3

License

MIT

Unpacked Size

29.1 kB

Total Files

27

Last publish

Collaborators

  • alexanderc