Ruboty::Tenki

Installation

Add this line to your application's Gemfile:

gem 'ruboty-tenki'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruboty-tenki

Usage

> ruboty 今日の東京の天気は
日本、東京都東京
2018/02/01 の天気
00:00           雲    3℃   75%  1038hPa
03:00           雲    7℃   91%  1038hPa
06:00        曇りがち    6℃   82%  1037hPa
09:00          小雨    3℃   87%  1038hPa
12:00          小雨    2℃   92%  1039hPa
15:00          小雨    1℃   94%  1040hPa
18:00          小雨    0℃   96%  1039hPa
21:00           雪    0℃   92%  1039hPa

ENV

RUBOTY_TENKI_GOOGLE_MAP_APIKEY      - Google Maps Geocoding API:https://developers.google.com/maps/documentation/geocoding/start
RUBOTY_TENKI_OPEN_WEATHER_MAP_APPID - OpenWeatherMap API:https://openweathermap.org/

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/osyo-manga/gem-ruboty-tenki.