A simple server endpoint for getting info about Hubot.
npm install hubot-infohubot-info
==========
A simple server endpoint for getting info about Hubot.
``bash`
$ npm install --save hubot-info
$ vim external-scripts.json # add "hubot-stenographer" to the array
Once the script is enabled for your bot, you're good to go!
This script is a piece of what is shipped with the normal Hubot distribution.
I didn't want to have a scripts/` directory so I decided to strip out everything
but that which was absolutely essential to my end (a useful ping endpoint, basically)
and distribute it as an NPM module.
Tom Bell (@tombell)
GitHub, Inc.
Parker Moore (@parkr)