🍍 A service to respond http status as you wish
http https://whatstatus.herokuapp.com/{statusCode}
EXAMPLE - Getting a 404 status
The follow example shows how to get a 404 response error using httpie.
$ http https://whatstatus.herokuapp.com/404
HTTP/1.1 404 Not Found
Cache-Control: no-cache
Connection: keep-alive
Content-Length: 0These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. If you never developed in this repo before:
Clone the repository:
$ git clone git@github.com:jeanaugustoos/whatstatusInstalling Dependencies
Before run the project you must install all the dependencies.
$ yarn install$ yarn testdevelopment
$ yarn start:devproduction
$ yarn start- Jean Augusto Silva
This project is licensed under the MIT License - see the LICENSE.md file for details