Skip to content

SpaceK33z/plex2netflix-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plex2netflix Server

This is the server part for plex2netflix. You're probably looking for plex2netflix, which uses a hosted version of this repository.

It does one simple thing: a request to an external API to check if an IMDb ID or movie title+year is available on Netflix. It then caches the result of the external API for a while, to prevent hammering it.

The external API is graciously powered by uNoGS.

Install

Node.js v6 or higher is required.

  1. Copy .env.example to .env and fill in the environment variables.
  2. npm install or yarn.
  3. npm start.

About

Server part for plex2netflix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published