hubot-ehwha
v1.0.0
Published
Provides link to Professor Farnsworth saying 'Eh wha?'
Downloads
4
Readme
hubot-ehwha
Hubot script for the link to Professor Farnsworth saying "Eh wha?"
Installation
Add the package hubot-ehwha
as a dependency in your Hubot package.json
file.
"dependencies": {
...
"hubot-ehwha": "1.0.x"
...
}
Run the following command to make sure the module is installed.
$ npm install hubot-ehwha
To enable the script, add the hubot-ehwha
entry to the external-scripts.json
file (you may need to create this file).
["hubot-ehwha"]