NAME

Weather::OpenWeatherMap::Request::Forecast

SYNOPSIS

use Weather::OpenWeatherMap::Request;
my $current = Weather::OpenWeatherMap::Request->new_for(
  Forecast =>
    tag      => 'foo',
    location => 'Manchester, NH',
);

DESCRIPTION

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

Licensed under the same terms as perl.