1.0.0 • Published 7 years ago

mavg v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by Simon Brix (@br11x).