The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Weather::OpenWeatherMap::Request::Forecast

SYNOPSIS

  # Usually created by Weather::OpenWeatherMap

DESCRIPTION

A Weather::OpenWeatherMap::Request subclass for building a forecast request.

ATTRIBUTES

days

The number of days to ask for (up to 16 for daily reports; up to 5 if "hourly" is true).

hourly

Request an hourly (actually 3-hour blocks) forecast.

By default, a daily report is requested.

SEE ALSO

Weather::OpenWeatherMap::Request

Weather::OpenWeatherMap::Result

Weather::OpenWeatherMap::Result::Forecast

Weather::OpenWeatherMap

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

Licensed under the same terms as Perl.