hubot-encourage
v1.0.2
Published
Robot is very encouraging
Downloads
6
Readme
hubot-encourage
Robot is very encouraging
Installation
In a hubot project repository, run:
npm install hubot-encourage --save
Then add hubot-encourage to your external-scripts.json
:
[
"hubot-encourage"
]
License
ISC © Harold Putman
Configuration:
You can customize the response text. Copy the file data.json from here to a
file named hubot-encourage-data.json
in your hubot project folder. Then make
the changes you want.
Sample interaction
user> hubot encourage Rex
hubot> Rex is the wind beneath my wings!
Testing
To test this script interactively, run:
npm start
To run automated tests:
npm test