phergie / phergie-irc-plugin-react-thefuckingweather
This package is abandoned and no longer maintained.
No replacement package was suggested.
Phergie plugin for providing weather information from thefuckingweather.com
1.0.0
2014-12-27 19:55 UTC
Requires
Requires (Dev)
- phake/phake: 2.0.0-beta2
- phpunit/phpunit: 4.1.*
Suggests
- phergie/phergie-irc-plugin-react-commandhelp: provides interactive help for commands
This package is not auto-updated.
Last update: 2020-03-16 04:30:50 UTC
README
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/phergie-irc-plugin-react-thefuckingweather
Phergie plugin for providing weather information from thefuckingweather.com.
Install
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.
Configuration
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, ) );
Tests
To run the unit test suite:
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit
License
Released under the BSD License. See LICENSE
.