Sha256: 8d90778cb5a9cabe03f3b892961fb2ccaaa77b4fc97b55a951292f6b49c21c5e

Contents?: true

Size: 677 Bytes

Versions: 1

Compression:

Stored size: 677 Bytes

Contents

# Meteo

Provides command line access to OpenWeatherMap 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.

## 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

1 entries across 1 versions & 1 rubygems

Version Path
meteo-1.0.1 README.md