SoggyOnion::Plugin::GeoWeather - get the weather


SoggyOnion documentation  | view source Contained in the SoggyOnion distribution.

Index


NAME

Top

SoggyOnion::Plugin::GeoWeather - get the weather

SYNOPSIS

Top

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

Top

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

Top

SoggyOnion

AUTHOR

Top

Ian Langworth, <ian@cpan.org>

COPYRIGHT AND LICENSE

Top


SoggyOnion documentation  | view source Contained in the SoggyOnion distribution.