@kszongic/http-status-cli
v1.0.0
Published
Look up HTTP status codes from the command line — code, name, and description
Maintainers
Readme
@kszongic/http-status-cli
Look up HTTP status codes from the command line — code, name, and description.
Zero dependencies. Works everywhere Node.js runs.
Install
npm install -g @kszongic/http-status-cliUsage
# Look up a specific code
http-status 404
# 404 Not Found
# The requested resource could not be found.
# Browse a range
http-status 2xx
# 200 OK — The request succeeded.
# 201 Created — The request succeeded and a new resource was created.
# ...
# Search by keyword
http-status teapot
# 418 I'm a Teapot — The server refuses to brew coffee because it is, permanently, a teapot.
# List all codes
http-status --listLicense
MIT © 2026 kszongic
