korymath / tv-show-ratings

Compare the episode ratings of TV shows

Home Page:https://phiresky.github.io/tv-show-ratings/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tv-show-ratings

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.

About

Compare the episode ratings of TV shows

https://phiresky.github.io/tv-show-ratings/

License:Other


Languages

Language:TypeScript 51.7%Language:Rust 42.7%Language:HTML 3.6%Language:JavaScript 1.3%Language:Shell 0.7%