An open API service indexing awesome lists of open source software.

https://github.com/serginator/mock200

Mock server to answer 200OK
https://github.com/serginator/mock200

Last synced: 8 months ago
JSON representation

Mock server to answer 200OK

Awesome Lists containing this project

README

          

# mock200

Quick mock server to answer 200OK to all paths.

## How to

+ Make sure you have [node.js](http://nodejs.org/download/) and npm installed.
+ Clone the repo: `git clone git@pdihub.hi.inet:srs30/mock200.git`
+ Cd into the repo: `cd mock200`
+ Install dependencies: `npm install`
+ Run it: `npm start` or `node server.js`

## Test it

Just run in your console a curl like `curl http://localhost:3000/test` to see the status 200.