Sha256: 631ef71bde3b5434ab8a6cb6695b4fc60f8efca02877a84329690571a0a4dd22

Contents?: true

Size: 701 Bytes

Versions: 1

Compression:

Stored size: 701 Bytes

Contents

# Weather Report

A Ruby library and CLI to access Livedoor Weather Web Service(http://weather.livedoor.com/weather_hacks/webservice).

## Installation

Add this line to your application's Gemfile:

    gem 'weather-report'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install weather-report

## Usage

```ruby
require 'weather-report'

id = WeatherReport::Weather.request_cityid("東京")
weather = WeatherReport::Weather.new(id)
```

## 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
weather-report-0.0.1 README.md