Skip to main content

Get IMDB Ratings of Movies & TV Shows in Your Terminal

A command line tool for getting information about a movie and comparing two movies. It is written entirely in JavaScript just like the virtual Apple Macintosh that can be installed on Windows, Linux and macOS.

To install it run the following command
Linux
 sudo npm i -g movie-cli  


Install in macOS with:
 npm i -g movie-cli  



To get information about a movie type
movie Movie Name
Example
 movie Star Wars  

Information provided includes : Title, year, date released, runtime, genre, director, actors, language and even IMDB rating.



To compare two movies, type
 movie Movie Name1 :: Movie name2  

Example
 movie Star Wars :: Wild  

Information provided includes: Title, year, date released, runtime, genre and IMDB rating.

The project is available on GitHub along with the source code. You can check it out if you wish. It was created by Mayank Chandola.

Comments

  1. This is so cool��. Can I watch a movie on my terminal?

    ReplyDelete

Post a Comment

Your input is valued. Please type something....