From 1562f5f5aae446d849fd5d6b82b2fc9968ff1868 Mon Sep 17 00:00:00 2001 From: Raja Sekar Date: Mon, 21 Mar 2016 11:49:32 +0530 Subject: [PATCH 1/2] Adding yahool query language api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98bc009f..57a19af3 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ A collective list of JSON APIs for use in web development. | Good Reads | Books | No | [Go!](https://www.goodreads.com/api) | | Dribble | Design | Yes | [Go!](http://developer.dribbble.com/v1/) | | Rijks Museum| Art | No | [Go!](https://www.rijksmuseum.nl/en/api) | +| Yahoo Query Language| Finance,Weather forecast | No | [Go!](https://developer.yahoo.com/yql/) | ### Music | API | Description | OAuth |Link | From 671db0af14737f586d3697a40f80044cf9b6e816 Mon Sep 17 00:00:00 2001 From: Raja Sekar Date: Mon, 21 Mar 2016 23:15:17 +0530 Subject: [PATCH 2/2] adding todo api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c728b152..5e230963 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,4 @@ A collective list of JSON APIs for use in web development. | RandomUser | Generates random user data | No | [Go!](https://randomuser.me/) | | UI Faces | Find and generate sample avatars for user interfaces | No | [Go!](http://uifaces.com/api) | | UI Names | Generate random fake names | No | [Go!](https://github.com/thm/uinames) | +| Todo API | TODO api with crud operation | No | [Go!](https://github.com/rajzshkr/todoapi) |