Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (33 loc) · 1.36 KB

File metadata and controls

50 lines (33 loc) · 1.36 KB

This project is abandoned

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.

Build Status

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.