Group
Extension

Matches 1

Forecast-IO ( M/MA/MARTYLOO/Forecast-IO-0.21.tar.gz, MARTYLOO, 2013; MetaCPAN )
Forecast-IO/lib/Forecast/IO.pm ( view source; MetaCPAN )
# ABSTRACT: provides perl API to Forecast.io
package Forecast::IO;
use strict;
use warnings;
use JSON;
use HTTP::Tiny;
use Moo;

my $api   = "https://api.forecast.io/forecast";
my $docs  = "https://de
se->{status} $response->{reason}\n"
      unless $response->{success};

    my $forecast = decode_json( $response->{content} );

    while ( my ( $key, $val ) = each %args ) {
        unless ( exists(

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