https://github.com/vndevpro/2019-ncov-confirmed
CoronaVirus 2019 JSON data about numbers of infection / deaths in the globe
https://github.com/vndevpro/2019-ncov-confirmed
json ncov-2019 who
Last synced: 5 days ago
JSON representation
CoronaVirus 2019 JSON data about numbers of infection / deaths in the globe
- Host: GitHub
- URL: https://github.com/vndevpro/2019-ncov-confirmed
- Owner: vndevpro
- Created: 2020-02-05T04:28:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T03:49:38.000Z (over 6 years ago)
- Last Synced: 2025-02-26T11:38:40.413Z (over 1 year ago)
- Topics: json, ncov-2019, who
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2019-ncov-confirmed
JSON data about infected / resolved numbers in the globe
Structure of data
```
[
{
date: in format yyyymmdd,
global_confirmed: number,
global_new: number,
global_deaths: number,
outside_china_confirm: number,
outside_china_new: number,
outside_china_deaths: number,
countries: number,
},
{},
{}
]
```