/netflix

An unofficially way to find movies/shows on netflix

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Netflix

An unofficially way to find movies/shows on netflix

Usage

npm i SayMosaic/netflix --save

yarn won't work for how yarn is using .npmignore, see yarnpkg/yarn#685

import {netflixSearch} from 'netflix';
netflixSearch('play supernatural'); // {id: '70143825', url: 'https://www.netflix.com/title/70143825', name: 'Supernatural'}

License

Apache License 2.0