From 7e43a503f98c0942c78d7ef173ae125e5c9831b2 Mon Sep 17 00:00:00 2001 From: Vaibhav Mehta Date: Wed, 26 Jul 2017 16:40:17 +0530 Subject: [PATCH] Add JSONbin.io to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df996834..2499afd8 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ API | Description | Auth | HTTPS | Link | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | | IPify | A simple IP Address API | No | Yes | [Go!](https://www.ipify.org/) | | JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | +| JSONbin.io | Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps. | No | Yes | [Go!](https://jsonbin.io) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | | Judge0 API | Compile and run source code | No | Yes | [Go!](https://api.judge0.com/) | | Let's Validate | Uncovers the technologies used on websites and URL to thumbnail | No | Yes | [Go!](https://github.com/letsvalidate/api) |