From 7c98dd2f1586ac4ad10f1080153b490423bc245f Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 23 Nov 2016 15:16:28 +1100 Subject: [PATCH 1/2] Update README.md added diabetes api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 748655bd..7de65488 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ A collective list of JSON APIs for use in web development. | USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | | Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | | Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | +| Diabetes API | Logging and retrieving diabetes information | No | [Go!](http://predictbgl.com/api) | ### Music From a6d0a4cca27e3c331a5a69311d2e34614a28cf6a Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 24 Nov 2016 18:18:58 +1100 Subject: [PATCH 2/2] Update README.md re-ordered health section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7de65488..17b09cd2 100644 --- a/README.md +++ b/README.md @@ -189,10 +189,10 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | -| Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | -| Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | | Diabetes API | Logging and retrieving diabetes information | No | [Go!](http://predictbgl.com/api) | +| Makeup API | Worlds only makeup API | No | [Go!](http://makeup-api.herokuapp.com/) | +| Nutritionix | Worlds largest verified nutrition database | No, but `apiKey` query string | [Go!](https://developer.nutritionix.com/) | +| USDA Nutrients | National Nutrient Database for Standard Reference | No | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | ### Music