An open API service indexing awesome lists of open source software.

https://github.com/codenameyau/status-codes

CLI script to display HTTP status codes
https://github.com/codenameyau/status-codes

Last synced: 10 months ago
JSON representation

CLI script to display HTTP status codes

Awesome Lists containing this project

README

          

# status-codes

### Installation

```
npm install -g status-code-list
```

### Usage

```bash
# Display all status codes and meanings.
$ status-codes

# Display only the status codes for a particular section.
$ status-codes 2

# Display the meaning of a status code.
$ status-codes 404
```