Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roccomuso/imdb-cli

Node.js IMDB Command line interface to retrieve movie info.
https://github.com/roccomuso/imdb-cli

api client imdb imdb-cli movie-info

Last synced: 29 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# imdb-cli

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

[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

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 │
└──────────┴──────────────────────────────────────────────────────────────┘
```