Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 499 Bytes

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"]