diff --git a/README.md b/README.md index 655aa749..7d8004d9 100644 --- a/README.md +++ b/README.md @@ -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.