1.0.2 • Published 6 years ago

hubot-encourage v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

hubot-encourage

NPM version Build Status Dependency Status Coverage Status

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
1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago