NAME

SoggyOnion::Plugin::GeoWeather - get the weather

SYNOPSIS

In config.yaml:

   layout:
     - title: Weather
       name:  weather.html
       items:
       
         - plugin: SoggyOnion::Plugin::GeoWeather
           id: weatherdotcom
           zip: '02115'

..or..

         - plugin: SoggyOnion::Plugin::GeoWeather
           id: weatherdotcom
           city: Boston
           state: MA

DESCRIPTION

This is a plugin for SoggyOnion that gets the weather.

Item Options

  • id - the item ID that appears in the HTML <DIV> tag

  • zip

  • city and state

SEE ALSO

SoggyOnion

AUTHOR

Ian Langworth, <ian@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Ian Langworth

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.