Skip to content

Node.js IMDB Command line interface to retrieve movie info.

Notifications You must be signed in to change notification settings

roccomuso/imdb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imdb-cli

Node.js IMDB Command line interface to get movie info given his title.

Standard - JavaScript Style Guide

Install with:

npm install -g imdb-cli

How it works:

imdb-cli the martian

Sample outputs:

Searching for: the martian
┌──────────┬──────────────────────────────────────────────────────────────┐
│ title    │ The Martian                                                  │
├──────────┼──────────────────────────────────────────────────────────────┤
│ type     │ movie                                                        │
├──────────┼──────────────────────────────────────────────────────────────┤
│ year     │ 2015                                                         │
├──────────┼──────────────────────────────────────────────────────────────┤
│ genres   │ Adventure, Drama, Sci-Fi                                     │
├──────────┼──────────────────────────────────────────────────────────────┤
│ director │ Ridley Scott                                                 │
├──────────┼──────────────────────────────────────────────────────────────┤
│ actors   │ Matt Damon, Jessica Chastain, Kristen Wiig, Jeff Daniels     │
├──────────┼──────────────────────────────────────────────────────────────┤
│ plot     │ During a manned mission to Mars, Astronaut Mark Watney is... │
├──────────┼──────────────────────────────────────────────────────────────┤
│ rating   │ 8.0                                                          │
├──────────┼──────────────────────────────────────────────────────────────┤
│ votes    │ 495,332                                                      │
└──────────┴──────────────────────────────────────────────────────────────┘

About

Node.js IMDB Command line interface to retrieve movie info.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published