1.0.0 • Published 5 years ago

http-statuses-json v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

JSON HTTP Status Codes

A static JSON data set for HTTP Status Codes, build using the markdown content from httpstatuses.com.

Contributing

To test locally you need nodejs and to run npm install to pull in dependencies and then npm start. The application is will be locally available at localhost:3000.

If you find any issues please raise a PR or create an issue.

Each status built code lives in a JSON file at public/. These files are built using npm build which looks in the data/ directory for copies of the markdown files of httpstatuses.com.