Project

ramesh

0.0
No release in over 3 years
Low commit activity in last 3 years
Command Line Tool for Tokyo-Amesh
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Ramesh

Coverage Status

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

  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