mavg
v1.0.0
Published
Find average movie rating
Downloads
1
Readme
mavg
Small tool for getting an average moving rating based on Rotten Tomatoes and IMDB.
Installation
npm install -g mavg
Usage
Usage: mavg [options]
Options:
-h, --help output usage information
-V, --version output the version number
-i, --id <id> Specify IMDB id for movie to get ratings for
-t, --title <title> Specify title to get ratings for
-y, --year <year> Specify year title is from
License
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by Simon Brix (@br11x).