Merge pull request #1378 from k4m4/patch-1

Add micro-jaymock
This commit is contained in:
R.I.Pienaar 2019-12-29 15:29:00 +01:00 committed by GitHub
commit b4502fc3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -778,6 +778,7 @@ Table of Contents
* [jsfiddle.net](https://jsfiddle.net/) — JS Fiddle is a playground and code sharing site of front end web, support collaboration as well.
* [JSONPlaceholder](http://jsonplaceholder.typicode.com/) Some REST API endpoints that return some fake data in JSON format. The source code is also available if you would like to run the server locally.
* [Katacoda](https://katacoda.com) — Interactive learning and training platform for software engineers helping developers learn and companies increase adoption.
* [micro-jaymock](https://micro-jaymock.now.sh/) - Tiny API mocking microservice for generating fake JSON data.
* [mockable.io](https://www.mockable.io/) — Mockable is a simple configurable service to mock out RESTful API or SOAP web-services. This online service allows you to quickly define REST API or SOAP endpoints and have them return JSON or XML data.
* [repl.it](https://repl.it/) — A cloud coding environment for various program languages.
* [stackblitz.com](https://stackblitz.com/) — Online VS Code IDE for Angular & React.