NAME
Weather::Airport - Provides an interface to FlightStats.com Airport Weather Query
SYNOPSIS
use Weather::Airport;
my $wa = Weather::Airport->new;
my $airport = $wa->query('LAX');
use Data::Dumper;
print Dumper ($airport);
DESCRIPTION
new
Creates Weather::Airport object.
query
Queries the site. Provide an airport code to retrieve current conditions.
COPYRIGHT AND LICENSE
Copyright (C) 2010 Joseph Tartaro, <droogie@foster.stonedcoder.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.