Comprehensive HTTP Status Code Information on the Command Line!
npm install hsc-clihsc-cliEver needed information about a cryptic HTTP status code on the fly?
So have I. I built hsc, an npm module last week, but thought it may serve a better life as a command line tool for those moments you just need the basic information on an HTTP status code.
``sh`
npm install -g hsc-cli
`sh
hsc ``
We follow Airbnb's coding standard, so make sure you use that as a guideline.
Fork our code, make a new branch, and send a pull request.