Weather plugin for Butler.
More about the butler project here.
This plugin requires configuration to work correctly. In your butler project add the following properties to the config.json
file.
"weahter": {
"apikey": "aun45oed1exrx82nf7n67m"
}
Enabling this plugin for your Butler bot is as easy as requiring the package.
bot.requireRegister(require('butler-weather'));
Available in: Direct message.
Trigger: !weather <location>
(e.g. !weather Amsterdam)
MIT