1.0.2 • Published 9 years ago

httpcode v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

HTTPCode

This is a CLI tool which could help you find out what does HTTP status code mean.

Display

You can type something like below:
$ hcode 404 500
then output:

┌────────────────────┬──────────────────────────────────────────────────┐
│ Status Code        │ description                                      │
├────────────────────┼──────────────────────────────────────────────────┤
│ 403                │ forbidden                                        │
├────────────────────┼──────────────────────────────────────────────────┤
│ 500                │ internal server error                            │
└────────────────────┴──────────────────────────────────────────────────┘

Usage

Usage: hcode [status code] [options]

Commands:
  [num...]  find out the meaning of inputed code

Options:
  -a, --all   find out all of HTTP status code
  -h, --help  Show help

Examples:
  hcode 404      find out the meaning of 404 code
  hcode 404 500  find out a group of meaning

Install

$ npm install -g httpcode

License

MIT

1.0.2

9 years ago

1.0.0

9 years ago