Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

cdiaz/covid19-co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The official daily report from Instituto Nacional de Salud of Colombia will continue publishing on the open data portal of the Colombian government.

Therefore, this script will be archived.

Transforms the official daily report from Instituto Nacional de Salud of Colombia into a json file. Available at https://cdiaz.github.io/covid19-co/data/timeseries.json. Updated every hour betwen 1:30pm - 6:30 pm GMT-5 a day using GitHub Actions.

The json contains the number of Coronavirus confirmed cases in Colombia every day since 06/03/2020:

[
  {
    "id":"1",
    "date":"06/03/2020",
    "city":"Bogotá",
    "region":"Bogotá D.C.",
    "status":"Recuperado",
    "age":"19",
    "gender":"F",
    "kind":"Importado",
    "country_from":"Italia"
  },
  ...
]

About

JSON time-series of coronavirus cases in Colombia - updated daily

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published