/imdb-rating-analyzer

It will map out the rating of a series from IMDB without description or episodes and etc.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

imdb-rating-analyzer

It will show rating analytics of selected shows. Link to the project

Preview of the site

Installation

git clone git@github.com:DimaTc/imdb-rating-analyzer.git
cd imdb-rating-analyzer
npm install

Use npm start to start the server.

For the angular client:

cd imdbRatings
npm install