Why not adopt me?
NAME
Weather::OpenWeatherMap::Result::Forecast::Hour - Weather report for a 3hr block
SYNOPSIS
# Usually retrieved via a Weather::OpenWeatherMap::Result::Forecast
DESCRIPTION
A Weather::OpenWeatherMap weather forecast for a 3-hr block, provided by a Weather::OpenWeatherMap::Result::Forecast hourly weather report.
This class consumes Weather::OpenWeatherMap::Result::Forecast::Block; look there for other applicable methods and attributes.
ATTRIBUTES
dt_txt
A textual representation of the date/time (UTC) for this forecast block, as provided by the OpenWeatherMap service.
See also: "dt" in Weather::OpenWeatherMap::Result::Forecast::Block
temp_f
The predicted temperature (in Fahrenheit).
temp_c
The predicted temperature (in Celsius).
snow
The predicted amount of snow (in mm), if applicable.
rain
The predicted amount of rain (in mm), if applicable.
SEE ALSO
http://www.openweathermap.org/forecast5
Weather::OpenWeatherMap::Result
Weather::OpenWeatherMap::Result::Forecast
Weather::OpenWeatherMap::Result::Forecast::Block
Weather::OpenWeatherMap::Result::Forecast::Day
Weather::OpenWeatherMap::Result::Current
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>