imdb-cli
v1.0.4
Published
IMDB cli interface to retrive movies info
Downloads
17
Maintainers
Readme
imdb-cli
Node.js IMDB Command line interface to get movie info given his title.
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 │
└──────────┴──────────────────────────────────────────────────────────────┘