Module: OpenWeather

Defined in:
lib/OpenWeather.rb,
lib/OpenWeather/version.rb,
lib/OpenWeather/weather.rb,
lib/OpenWeather/forecast.rb,
lib/OpenWeather/utilities.rb,
lib/OpenWeather/conditions.rb,
lib/OpenWeather/exceptions.rb

Defined Under Namespace

Modules: Forecast, Utilities, Weather Classes: Client, WebserverError

Constant Summary collapse

VERSION =
"0.0.5"
CONDITIONS =
{
  200 => "Thunderstorm",
  300 => "Drizzle",
  500 => "Rain",
  600 => "Snow",
  700 => "Atmoshere",
  800 => "Clouds",
  900 => "Extreme"
}