sneezy-mock-api

1.0.5 • Public • Published

sneezy

sneezy-mock-api

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 200
  • http://localhost:9000/500
    Returns HTTP Status Code 500
  • http://localhost:9000/sneezy
    Returns HTTP 200 for most of the time. One in 10 times it returns 500
  • http://localhost:9000/echo
    Returns HTTP 200 with request headers and request body as response body
  • Anything else gets an HTTP 404 response

Readme

Keywords

Package Sidebar

Install

npm i sneezy-mock-api

Weekly Downloads

4

Version

1.0.5

License

MIT

Unpacked Size

5.45 kB

Total Files

7

Last publish

Collaborators

  • lastr2d2