Socket
Socket
Sign inDemoInstall

netflix-unofficial-api

Package Overview
Dependencies
6
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    netflix-unofficial-api

🎥 Netflix Movie, TV Shows & Doc Database 🍿 Powered by Searchablelist.com


Version published
Weekly downloads
2
decreased by-81.82%
Maintainers
1
Install size
381 kB
Created
Weekly downloads
 

Readme

Source

🎥 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()

Keywords

FAQs

Last updated on 12 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc