Sha256: 389c6347d657728722bae2c813a1d9af6847e4b7fbc01d43cc0ad8aad5b38ef3

Contents?: true

Size: 723 Bytes

Versions: 4

Compression:

Stored size: 723 Bytes

Contents

# 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
meteo-1.1.2 README.md
meteo-1.1.1 README.md
meteo-1.1.0 README.md
meteo-1.0.2 README.md