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.
This project plots the episode ratings of TV shows and their trends.
You will need a and yarn.
$ rustc --version
1.37.0.
rustc 1.37.0 (eae3437df 2019-08-13)
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
.