From 8404c0cc6b563600c241bfdb21165f57dee3e621 Mon Sep 17 00:00:00 2001 From: sharvariw Date: Sun, 21 Jun 2020 16:28:22 +0530 Subject: [PATCH 1/3] Adding Dataflow Kit COVID-19 API for corona statictics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0dfd2b..840df3a9 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [BetterDoctor](https://developer.betterdoctor.com/) | Detailed information about doctors in your area | `apiKey` | Yes | Unknown | | [Covid-19](https://covid19api.com/) | Covid 19 spread, infection and recovery | No | Yes | Yes | +| [Dataflow Kit COVID-19](https://covid-19.dataflowkit.com/v1) | COVID-19 live statistics into sites per hour| No| No | Unknown | | [Diabetes](http://predictbgl.com/api/) | Logging and retrieving diabetes information | No | No | Unknown | | [Flutrack](http://www.flutrack.org/) | Influenza-like symptoms with geotracking | No | No | Unknown | | [Healthcare.gov](https://www.healthcare.gov/developers/) | Educational content about the US Health Insurance Marketplace | No | Yes | Unknown | From 928addeb44a61f47d2568c16e1e9e4e8d173a4cd Mon Sep 17 00:00:00 2001 From: sharvariw Date: Sun, 21 Jun 2020 16:33:24 +0530 Subject: [PATCH 2/3] COVID 19 statistics tracker API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 840df3a9..497839e8 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [BetterDoctor](https://developer.betterdoctor.com/) | Detailed information about doctors in your area | `apiKey` | Yes | Unknown | | [Covid-19](https://covid19api.com/) | Covid 19 spread, infection and recovery | No | Yes | Yes | -| [Dataflow Kit COVID-19](https://covid-19.dataflowkit.com/v1) | COVID-19 live statistics into sites per hour| No| No | Unknown | +| [Dataflow Kit COVID-19](https://covid-19.dataflowkit.com/v1) | COVID-19 live statistics into sites per hour| No| Yes | Unknown | | [Diabetes](http://predictbgl.com/api/) | Logging and retrieving diabetes information | No | No | Unknown | | [Flutrack](http://www.flutrack.org/) | Influenza-like symptoms with geotracking | No | No | Unknown | | [Healthcare.gov](https://www.healthcare.gov/developers/) | Educational content about the US Health Insurance Marketplace | No | Yes | Unknown | From 08a032dfc33afdddde67966a0cba1a88dd262ae8 Mon Sep 17 00:00:00 2001 From: sharvariw Date: Sun, 21 Jun 2020 16:35:33 +0530 Subject: [PATCH 3/3] COVID 19 statistics tracker API per hour --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 497839e8..ff00aedb 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [BetterDoctor](https://developer.betterdoctor.com/) | Detailed information about doctors in your area | `apiKey` | Yes | Unknown | | [Covid-19](https://covid19api.com/) | Covid 19 spread, infection and recovery | No | Yes | Yes | -| [Dataflow Kit COVID-19](https://covid-19.dataflowkit.com/v1) | COVID-19 live statistics into sites per hour| No| Yes | Unknown | +| [Dataflow Kit COVID-19](https://covid-19.dataflowkit.com/v1) | COVID-19 live statistics into sites per hour | No | Yes | Unknown | | [Diabetes](http://predictbgl.com/api/) | Logging and retrieving diabetes information | No | No | Unknown | | [Flutrack](http://www.flutrack.org/) | Influenza-like symptoms with geotracking | No | No | Unknown | | [Healthcare.gov](https://www.healthcare.gov/developers/) | Educational content about the US Health Insurance Marketplace | No | Yes | Unknown |