Mike Rode 06351c71e0 Revert "Attempt to fix library update"
This reverts commit 36c011b832.
2019-09-01 15:35:00 -05:00
2019-03-02 18:21:48 -05:00
2019-04-14 22:10:44 -05:00
2019-03-02 18:21:48 -05:00
2019-03-31 17:02:38 -05:00
2019-03-03 00:05:01 -06:00
2019-03-03 00:05:01 -06:00
2019-03-03 00:05:01 -06:00
2019-03-03 00:05:01 -06:00
2019-03-03 00:05:01 -06:00
2019-02-23 20:26:05 -06:00
2019-04-13 17:07:47 -05:00
2019-04-06 03:45:00 -05:00

What2Watch2Night

What2Watch2Night is a free open source application to help Plex users find new movies and TV shows. Movies and TV shows are recommended to you based on your current Plex watching habits.

View Demo

This is still in development. If you would like to help contribute feel free to check out any of the open issues.

Setup and install

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system

Prerequisites

Installing

Clone the repository

git clone git@github.com:mjrode/WhatToWatch.git

cd into the new directory

cd WhatToWatch

Install dependencies

npm install

Create database and run the migrations

node server/db/scripts/setup.js

Concurrently run the frontend and backend servers

npm run dev

Running the tests

npm test

Built With

Description
Recommend TV shows based on current Plex library
Readme 5.5 MiB
Languages
JavaScript 99.3%
HTML 0.7%