Skip to content

Simple Node JS command line application that will get and save the episodes' ratings of any specified TV Show.

License

Notifications You must be signed in to change notification settings

lamiinek/ShowRater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShowRater

Simple Node JS command line application that will get and save the rating of any specified TV show.

NOTICE:

This is done by scrapping IMDB's website. IMDB uses codes instead of the actual name of a movie/show, so I used OMDB to get the show's IMDB code and pass it as an argument.

Install & Usage

  • Requires node.js
  • Because it uses omDB's API to get the show's ID, an API key from omDB is required. Once the API key acquired, put it in the .env file
  • Open a terminal in the directory containing the files and run
  • npm install (install all dependencies)
  • pm start

works also on mobile (thanks to termux for Android)

Screenshot

Screenshot

About

Simple Node JS command line application that will get and save the episodes' ratings of any specified TV Show.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published