hubot-http-code
v0.1.11
Published
Returns HTTP status code definitions.
Maintainers
Readme
Hubot HTTP Code Script
Hubot script that displays information about http status codes. Helpful during API development and you don't remember a HTTP status code.
Usage
npm install --save hubot-http-codeOpen external-scripts.json and enable the module, by putting it's name into it:
["your-other", "external-script", "hubot-http-code"]Then you can use the hubot http code <code> command to ask for http code.
