hubot-http-code
v0.1.11
Published
Returns HTTP status code definitions.
Downloads
4
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-code
Open 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.