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