Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

AlexanderC/seasonvar-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js api for seasonvar.ru

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published