1.0.9 • Published 7 years ago

netflix-unofficial-api v1.0.9

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

🎥 Netflix unofficial Movie, TV Shows & Doc Database API NodeJS🍿

Powered by Searchablelist.com

The Netflix unofficial movie, tv shows and documentaries database.

Installation

npm install netflix-unofficial-api --save

Token Access

Request access token from api@searchablelist.com with subject: Token ~ Auto response with token key

Basic usage

const netflixUnofficialApi = require("netflix-unofficial-api");
const myApiToken = '123412341234';
const netflixData = new netflixData(myApiToken);
netflixData.movie().then(res => {
  console.log({res})
}).catch(e => {
  console.log({e})
})

Available Methods

Return full list of Netflix Movies

netflixData.movie()

Return full list of Netflix Tv Shows

netflixData.tvshows()

Return full list of Netflix documentaries

netflixData.doc()
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

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