Slackbotify / butler-weather

Weather plugin for Butler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

butler-weather

XO code style npm

Weather plugin for Butler.

Butler

More about the butler project here.

Configuration

This plugin requires configuration to work correctly. In your butler project add the following properties to the config.json file.

"weahter": {
	"apikey": "aun45oed1exrx82nf7n67m"
}

Enable / Install

Enabling this plugin for your Butler bot is as easy as requiring the package.

bot.requireRegister(require('butler-weather'));

Handlers

Weather forecast for location

Available in: Direct message.
Trigger: !weather <location> (e.g. !weather Amsterdam)

License

MIT

About

Weather plugin for Butler


Languages

Language:JavaScript 100.0%