Ramesh
Command Line Tool for 東京アメッシュ (Tokyo-Amesh)
Installation
At first, you need to install ImageMagick (if you haven't installed yet).
Add this line to your application's Gemfile:
gem 'ramesh'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ramesh
Usage
ramesh [-d save_dir] download the latest image
ramesh [-d save_dir] 0-120 download the image specified minutes before
ramesh [-d save_dir] 0-120 0-120 download images within a specified range
ramesh -h, --help show this usage
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