Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (35 loc) · 1.2 KB

TV Graph

See ratings for TV shows by season and episode over time.

2022-02-07 09 36 28

Setup

  1. Install dependencies:
npm install
  1. Obtain an API key from the TMDB.
  2. Rename .env.example to .env and fill in your API key.
  3. Build scripts:
npm run build
  1. Start the server:
npm start
  1. Open the site:
http://localhost:3000

Notes

  • This product uses the TMDB API but is not endorsed or certified by TMDB.
  • Episodes with 0 votes are excluded from the chart.

Dependencies