Sha256: 8a2f9b29c2e91874e1907ed03e880b1488ccaaa9482700f464f31f2fe50ec57e

Contents?: true

Size: 434 Bytes

Versions: 4

Compression:

Stored size: 434 Bytes

Contents

require 'nokogiri'
require 'open-uri'

require 'yahoo_weather/client'
require 'yahoo_weather/response'
require 'yahoo_weather/wind'
require 'yahoo_weather/atmosphere'
require 'yahoo_weather/astronomy'
require 'yahoo_weather/condition'
require 'yahoo_weather/forecast'
require 'yahoo_weather/location'
require 'yahoo_weather/units'

module YahooWeather
  def self.code_string(id)
    I18n.t id, scope: [:yahoo_weather, :code]
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yahoo_weather-1.0.3 lib/yahoo_weather.rb
yahoo_weather-1.0.2 lib/yahoo_weather.rb
yahoo_weather-1.0.1 lib/yahoo_weather.rb
yahoo_weather-1.0.0 lib/yahoo_weather.rb