From 9a5801caac1eea149e039e5564905553eff2d645 Mon Sep 17 00:00:00 2001 From: clarmso Date: Mon, 1 Oct 2018 01:41:33 -0400 Subject: [PATCH 1/3] Add JSONPlaceholder --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e08d7cd..eef9aa4f 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Table of Contents * [buddybuild.com](https://www.buddybuild.com/) — Build, deploy and gather feedback for your iOS and Android apps in one seamless, iterative system * [gitlab.com](https://about.gitlab.com/gitlab-ci/) — Create pipelines directly from Git repositories using GitLab's CI service * [buddy.works](https://buddy.works/) — A CI/CD with 5 free projects and 1 concurrent runs (120 executions/month) - + ## Automated Browser Testing @@ -506,6 +506,7 @@ Table of Contents * [designer.io](https://designer.io/) — Design tool for UI, illustrations and more. Has a native app. Free * [photopea.com](https://www.photopea.com) - A Free, Advanced online design editor with Adobe Photoshop UI supporting PSD, XCF & Sketch formats (Adobe Photoshop, Gimp and Sketch App). + ## Data Visualization on Maps * [geocoder.opencagedata.com](https://geocoder.opencagedata.com/) — Geocoding API that aggregates OpenStreetMap and other open geo sources. 2,500 free queries/day @@ -535,6 +536,8 @@ Table of Contents * [apiary.io](https://apiary.io/) — Collaborative design API with instant API mock and generated documentation (Free for unlimited API blueprints and unlimited user with one admin account and hosted documentation) * [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 * [fakejson.com](https://fakejson.com/) — FakeJSON helps you quickly generate fake data using its API. Make an API request describing what you want and how you want it. The API returns it all in JSON. Speed up the go to market process for ideas and fake it till you make it. + * [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. * [jetbrains.com](https://jetbrains.com/products.html) — Productivity tools, IDEs and deploy tools. Free license for students, teachers, Open Source and user groups * [codepen.io](https://codepen.io/) — CodePen is a playground for the front end side of the web * [repl.it](https://repl.it/) — A cloud coding environment for various program languages From f9dfeaa19d5cb39cf6d2814c4cbdda3e3cdea84d Mon Sep 17 00:00:00 2001 From: clarmso Date: Mon, 1 Oct 2018 01:46:10 -0400 Subject: [PATCH 2/3] Remove extra space --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index eef9aa4f..e0d3680b 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,6 @@ Table of Contents * [gitlab.com](https://about.gitlab.com/gitlab-ci/) — Create pipelines directly from Git repositories using GitLab's CI service * [buddy.works](https://buddy.works/) — A CI/CD with 5 free projects and 1 concurrent runs (120 executions/month) - ## Automated Browser Testing * [gridlastic.com](https://www.gridlastic.com/) — Selenium Grid testing with free plan up to 4 simultaneous selenium nodes/10 grid starts/4,000 test minutes/month @@ -505,7 +504,6 @@ Table of Contents * [figma.com](https://figma.com) — Online, collaborative design tool for teams; free tier includes unlimited files and viewers with a max of 2 editors and 3 projects * [designer.io](https://designer.io/) — Design tool for UI, illustrations and more. Has a native app. Free * [photopea.com](https://www.photopea.com) - A Free, Advanced online design editor with Adobe Photoshop UI supporting PSD, XCF & Sketch formats (Adobe Photoshop, Gimp and Sketch App). - ## Data Visualization on Maps From d6b8b2f70d525ed7a6cc31ae0ab668e24611b6ee Mon Sep 17 00:00:00 2001 From: clarmso Date: Mon, 1 Oct 2018 18:34:37 -0400 Subject: [PATCH 3/3] Put the buleet in one line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e0d3680b..5e4e2ed7 100644 --- a/README.md +++ b/README.md @@ -534,8 +534,7 @@ Table of Contents * [apiary.io](https://apiary.io/) — Collaborative design API with instant API mock and generated documentation (Free for unlimited API blueprints and unlimited user with one admin account and hosted documentation) * [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 * [fakejson.com](https://fakejson.com/) — FakeJSON helps you quickly generate fake data using its API. Make an API request describing what you want and how you want it. The API returns it all in JSON. Speed up the go to market process for ideas and fake it till you make it. - * [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. + * [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. * [jetbrains.com](https://jetbrains.com/products.html) — Productivity tools, IDEs and deploy tools. Free license for students, teachers, Open Source and user groups * [codepen.io](https://codepen.io/) — CodePen is a playground for the front end side of the web * [repl.it](https://repl.it/) — A cloud coding environment for various program languages