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

phergie/phergie-irc-plugin-react-thefuckingweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Phergie plugin for providing weather information from thefuckingweather.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published