Meteo
Provides command line access to [OpenWeatherMap] (http://openweathermap.org) service
Installation
Add this line to your application's Gemfile:
gem 'meteo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install meteo
Usage
$ meteo Plainsboro, NJ
$ meteo Moscow, RU --units=metric
Note
This gem was inspired by another GitHub project, [AnsiWeather] (https://github.com/fcambus/ansiweather), written in shell script language.
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