Arseniys Weather App

Welcome!

This gem will work until 11 sep 2021, after that date yandex api key expires.

Installation

Add this line to your application's Gemfile:

gem 'ArseniysWeatherApp'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install ArseniysWeatherApp

QUICKSTART

$ gem install ArseniysWeatherApp

irb:001:0> require "ArseniysWeatherApp"
=> true
irb:002:0> weather = ArseniysWeatherApp::Weather.new
irb:003:0> weather.my_fact_temperature
=> 16
irb:004:0> weather.spb_today_avg_temperature
=> {:morning=>19, :day=>23, :evening=>20, :night=>16}

License

The gem is available as open source under the terms of the MIT License.