1.0.4 • Published 7 years ago

letsflix v1.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Letsflix

An npm package written in ES6 for discovering whether a movie or TV show is available on Netflix from the Guidebox API. If not, alternative sources are provided.

Basic Usage

const Letsflix = require('letsflix');

/**
* Letsflix accepts three parameters:
* @key (string) => A Guidebox API key
* @type (string) => Either 'movie' or 'show'
* @title (string) => The movie or TV show title
**/
let netflixQuery = new Letsflix('api_key', 'show', 'Abstract');

netflixQuery.on('end', console.dir);

netflixQuery.on('error', console.error);
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago