plex2netflix-server

Server part for plex2netflix.

Stars
5

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.