phiresky / tv-show-ratings

Compare the episode ratings of TV shows
https://phiresky.github.io/tv-show-ratings/
Other
76 stars 12 forks source link

tv-show-ratings

2023 Update: The code still works but since hosting this is kinda annoying especially without infringing on the copyright of IMDb, the hosted version is either out of date or down. Maybe use ratingraph.com as a replacement.

screenshot

Hosted Version

This project plots the episode ratings of TV shows and their trends.

Prerequisites

You will need a recent Rust version and yarn.

$ rustc --version
1.37.0.
rustc 1.37.0 (eae3437df 2019-08-13)

Local Setup

To parse / convert the data:

yarn
cd parse-data-rs
./getdata.sh
cargo run --release
cd ..
yarn run ts-node --transpile-only src/seed

To run the project first run yarn run proto-gen then run yarn run dev.

To build the production version run yarn run build.