This repo is being kept for posterity and will be archived in a readonly state. If you're interested it can be forked under a new Composer namespace/GitHub organization.
Phergie plugin for providing weather information from thefuckingweather.com.
The recommended method of installation is through composer.
composer require phergie/phergie-irc-plugin-react-thefuckingweather
See Phergie documentation for more information on installing and enabling plugins.
This plugin has no configuration, but does require the Http plugin.
return array(
'plugins' => array(
// dependency
new \WyriHaximus\Phergie\Plugin\Http\Plugin,
new \Phergie\Irc\Plugin\React\TheFuckingWeather,
)
);
To run the unit test suite:
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit
Released under the BSD License. See LICENSE
.