IMDb on terminal
$ npm install -g imdbtr
Usage
$ imdbtr [OPTIONS]
Example:
$ imdbtr "The Godfather" --year 1972
Options:
-y --year Filter movie by year
-h --help Display usage details
Once you've made your great commits:
- Fork the project
- Create your feature branch:
git checkout -b my-feature
- Push to the branch:
git push origin my-feature
- Submit a pull request!
- API provided by OMDb API;
- Some modules by @sindresorhus.
MIT © @fernahh