Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 861 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 861 Bytes

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