Ian Langworth ☠ > SoggyOnion-0.04 > SoggyOnion::Plugin::GeoWeather

Download:
SoggyOnion-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.04   Source  

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

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.