module Reality::Extras::OpenWeatherMap

Public Class Methods

included(reality) click to toggle source
# File lib/reality/extras/open_weather_map.rb, line 56
def self.included(reality)
  reality.config.register('keys', 'open_weather_map',
    desc: 'OpenWeatherMap APPID. Can be obtained here: http://openweathermap.org/appid')
  reality::Geo::Coord.include CoordWeather
end