hubot-http-code

Returns HTTP status code definitions.

Usage no npm install needed!

<script type="module">
  import hubotHttpCode from 'https://cdn.skypack.dev/hubot-http-code';
</script>

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.