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
- Host: GitHub
- URL: https://github.com/codenameyau/status-codes
- Owner: codenameyau
- License: mit
- Created: 2016-11-08T18:52:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T21:20:00.000Z (over 9 years ago)
- Last Synced: 2025-04-24T23:17:51.165Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```