From 8daec10f53738c7de817f528f330d59221cf5a78 Mon Sep 17 00:00:00 2001 From: Pablo Villoslada Date: Tue, 22 Mar 2016 19:02:37 +0100 Subject: [PATCH] Add JSONPlaceholder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07618b40..ad67ce05 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,4 @@ A collective list of JSON APIs for use in web development. | UI Names | Generate random fake names | No | [Go!](https://github.com/thm/uinames) | | Adorable Avatars | Generate random cartoon avatars | No | [Go!](http://avatars.adorable.io/) | | Github - User Data | Pull public information for a user's github | No | [Go!](https://api.github.com/users/hackeryou) | +| JSONPlaceholder | Fake data for testing and prototyping | No | [Go!](http://jsonplaceholder.typicode.com/) |