Skip to content

Slackbotify/butler-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published