A CLI tool for fetching weather data.
Add this line to your application's Gemfile:
gem 'weatherfetch'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install weatherfetch
weatherfetch daily [name_of_city|zip_code|city,state_abbr|city,country_abbr]
weatherfetch hourly [name_of_city|zip_code|city,state_abbr|city,country_abbr]
- Multi word cities should be passed with a
-
(e.g.,'new-york'
,'new-zealand'
,'belo-horizonte'
).
Bug reports and pull requests are welcome on GitHub at https://github.com/DylanAndrews/weatherfetch.
The gem is available as open source under the terms of the MIT License.