Skip to content

Lookup the definition of an HTTP status code via a handy CLI

License

Notifications You must be signed in to change notification settings

thathurtabit/http-me

Repository files navigation

http-me: status code lookup CLI

npm package npm package version number Actions Status License

If you're anything like me, you'll forget all but a handful of HTTP Status Codes, so why not install and then run a quick lookup from your terminal?

Install

npm i -g http-me

or

yarn global add http-me

Usage example

In your terminal, enter http-me and then a status code number, ie: http-me 401:

http-me-401

Or you can search for a status code by name, ie: http-me "accepted":

http-me-accepted


Uninstall

npm uninstall -g http-me

or

yarn global remove http-me

About

Lookup the definition of an HTTP status code via a handy CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published