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

Latest commit

 

History

History
24 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.03 KB

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"
  },
  ...
]