Skip to content

Instantly share code, notes, and snippets.

@rubenRP
Created April 14, 2020 15:36
Show Gist options
  • Save rubenRP/109e1cbed03f35942664d79afba011b8 to your computer and use it in GitHub Desktop.
Save rubenRP/109e1cbed03f35942664d79afba011b8 to your computer and use it in GitHub Desktop.
[
{
"country": "USA",
"countryInfo": {
"_id": 840,
"country": "USA",
"iso2": "US",
"iso3": "USA",
"lat": 38,
"long": -97,
"flag": "https://raw.githubusercontent.com/NovelCOVID/API/master/assets/flags/us.png"
},
"cases": 131403,
"todayCases": 7825,
"deaths": 2329,
"todayDeaths": 108,
"recovered": 4378,
"active": 124696,
"critical": 2948,
"casesPerOneMillion": 397,
"deathsPerOneMillion": 7,
"updated": 1585499881120
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment