shvets / meteo

Provides command line access to OpenWeatherMap service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Ruby 91.1%Language:Perl 7.4%Language:Shell 1.5%