https://github.com/fernahh/imdbtr
IMDb on terminal.
https://github.com/fernahh/imdbtr
cli imdb javascript nodejs
Last synced: 5 months ago
JSON representation
IMDb on terminal.
- Host: GitHub
- URL: https://github.com/fernahh/imdbtr
- Owner: fernahh
- Created: 2016-02-08T18:17:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:17:16.000Z (over 3 years ago)
- Last Synced: 2025-09-18T11:39:31.489Z (9 months ago)
- Topics: cli, imdb, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 1 MB
- Stars: 68
- Watchers: 1
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# imdbtr
[](https://travis-ci.org/fernahh/imdbtr)
> IMDb on terminal

## Install
```
$ npm install -g imdbtr
```
## Usage
```
Usage
$ imdbtr [OPTIONS]
Example:
$ imdbtr "The Godfather" --year 1972
Options:
-y --year Filter movie by year
-h --help Display usage details
```
## Contributing
Once you've made your great commits:
1. Fork the project
2. Create your feature branch: `git checkout -b my-feature`
3. Push to the branch: `git push origin my-feature`
4. Submit a pull request!
## Resources
- API provided by [OMDb API](http://www.omdbapi.com/);
- Some modules by [@sindresorhus](https://github.com/sindresorhus).
## License
MIT © [@fernahh](http://fernahh.com.br)