Covid-19 Global Datewise Count
Stuff You Need to Know
Covid-19 has created a way for you to see cumulative Coronavirus-19 details, including confirmed cases of the Coronavirus-19, number of deaths and number of recovered. All data is from John Hopkins University.
How to Configure It
No specific configuration necessary.
What Happens Next
The response from Covid-19 will look like this:
{
"count": 63,
"result": {
"2020-01-22": {
"confirmed": 555,
"deaths": 17,
"recovered": 0
},
"2020-01-23": {
"confirmed": 654,
"deaths": 18,
"recovered": 0
},
...
}