From 671db0af14737f586d3697a40f80044cf9b6e816 Mon Sep 17 00:00:00 2001 From: Raja Sekar Date: Mon, 21 Mar 2016 23:15:17 +0530 Subject: [PATCH] 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) |