1.0.5 • Published 4 years ago
sneezy-mock-api v1.0.5
sneezy
Sneezy is a mock API server for testing purposees. Run sneezy
and get whatever response you want.
Install
npm install -g sneezy-mock-api
Usage
Start the mock server on default port 9000
sneezy
Or if the port is being used by another process, use the command below to run it on a different port
sneezy --port 9001
Ctrl + C to exit
API
http://localhost:9000/200
Returns HTTP Status Code 200http://localhost:9000/500
Returns HTTP Status Code 500http://localhost:9000/sneezy
Returns HTTP 200 for most of the time. One in 10 times it returns 500http://localhost:9000/echo
Returns HTTP 200 with request headers and request body as response body- Anything else gets an HTTP 404 response