From 30686b2543a8ecdc342eb43d5d0491edbc9c1896 Mon Sep 17 00:00:00 2001 From: Albert Pak Date: Thu, 17 Aug 2017 15:11:31 -0500 Subject: [PATCH 1/3] added BetterDoctor api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a5c04f..f920f99 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ API | Description | Auth | HTTPS | Link | ### Health API | Description | Auth | HTTPS | Link | |---|---|---|---|---| +| BetterDoctor | BetterDoctor API - get detailed information about doctors in your area. | `apiKey` | Yes | [Go!](https://developer.betterdoctor.com/) | | Diabetes | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api/) | | Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | | Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) | From 24f431bbf6fe853390bff0a9d9d4e3029daa534a Mon Sep 17 00:00:00 2001 From: Albert Pak Date: Mon, 21 Aug 2017 00:46:28 -0500 Subject: [PATCH 2/3] build fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f920f99..ffe32fe 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ API | Description | Auth | HTTPS | Link | ### Health API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| BetterDoctor | BetterDoctor API - get detailed information about doctors in your area. | `apiKey` | Yes | [Go!](https://developer.betterdoctor.com/) | +| BetterDoctor | BetterDoctor API - get detailed information about doctors in your area | `apiKey` | Yes | [Go!](https://developer.betterdoctor.com/) | | Diabetes | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api/) | | Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | | Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) | From c8468917cc5c0c4c44b818ca9f6ffa295346c842 Mon Sep 17 00:00:00 2001 From: Albert Pak Date: Tue, 22 Aug 2017 17:21:12 -0500 Subject: [PATCH 3/3] updated description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe32fe..cb44986 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ API | Description | Auth | HTTPS | Link | ### Health API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| BetterDoctor | BetterDoctor API - get detailed information about doctors in your area | `apiKey` | Yes | [Go!](https://developer.betterdoctor.com/) | +| BetterDoctor | Detailed information about doctors in your area | `apiKey` | Yes | [Go!](https://developer.betterdoctor.com/) | | Diabetes | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api/) | | Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | | Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) |