A service for generating mock HTTP responses.
Due to a compatibility with Google Cloud Function deployment, the structure of the project is a bit different than usually.
npm install && npm start
Request: /json?value=demo&obj[type]=mock&obj[value]=demo
Response:
{"value":"demo","obj":{"type":"mock","value":"demo"}}
This project is Google Cloud Function compatible. You can deploy this repository as Google Cloud Function.