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