whatishttp
v1.0.0
Published
Command line tool to let you quickly lookup what an HTTP status code means.
Readme
What Is Http ...
Command line utility that lets one quickly lookup what an HTTP status code means.
Installation
Installation is super simple.
npm install whatishttp -g
Using
To use, simply run the following:
wih <some http status code
Example
wih 500
Credit
Thanks to Mozilla for providing detailed documentation on the error codes which I used in this code. Here's a link to it.
