Skip to content

phiresky/tv-show-ratings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.