Should I watch this?
Simple CLI to ask the internet if it's worth watching this movie.

It uses the OMDb API to get basic information about the movie.
The ratings are fetched from the following sources:
Installation
Prebuilt binaries
For Ubuntu and Mac OS there are binaries available for download:
Extract the compressed archive and place the binary somewhere in your $PATH.
From source
First you'll need to install Crystal.
$ git clone [email protected]:koffeinfrei/should-i-watch-this.git
$ cd should-i-watch-this
$ shards build --release
$ cp bin/should-i-watch-this <some directory in your $PATH>
Usage
# search by title
$ should-i-watch-this lookup "terminator 2"
# search by imdb id
$ should-i-watch-this lookup tt0103064
Development
$ git clone [email protected]:koffeinfrei/should-i-watch-this.git
$ shards install
Contributing
- Fork it (https://github.com/koffeinfrei/should-i-watch-this/fork)
- 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 a new Pull Request
Made with ☕️ by Koffeinfrei