Group
Extension

Matches 1

Weather-OWM ( D/DK/DKECHAG/Weather-OWM-0.2.tar.gz, DKECHAG, 2024; MetaCPAN )
Weather-OWM/lib/Weather/OWM.pm ( view source; MetaCPAN )
 dependencies, except L<LWP::UserAgent> for the requests, and
optionally L<JSON> or L<XML::Simple> if you want to decode JSON (most common) or XML data.

Current OWM API support:

=over 4

=item * One
n methods will return a string containing the JSON (or XML etc where specified),
except in the array context (C<< my %hash = $owm->method >>), where L<JSON> (or similar)
will be used to conveniently d
d => $city_id?,   # city_id (deprecated)
        mode    => $mode?,      # output mode - default: json
    );

    my %report = $owm->get_weather( ... );

Fetches a weather API v2.5 response for the d

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.