Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/roccomuso/imdb-cli
- Owner: roccomuso
- Created: 2016-10-23T17:40:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T10:47:28.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T04:23:19.061Z (about 1 month ago)
- Topics: api, client, imdb, imdb-cli, movie-info
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 │
└──────────┴──────────────────────────────────────────────────────────────┘
```