Skip to content

shvets/meteo

Repository files navigation

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

  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

About

Provides command line access to OpenWeatherMap service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published