The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hubot::Scripts::weather - Weather Script for Hubot.

VERSION

version 0.1.0

SYNOPSIS

    Returns weather information from Yahoo Weather APIs!
 
    weather <country> <city> - View current local area weather information. (ex: weather <south korea> <kangnam>)
    forecast <country> <city> - View local weather forecast information. (ex: weather <south korea> <kangnam>) 

AUTHOR

Yunchang Kang <codenewb@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Yunchang Kang.

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