项目作者: cdiaz

项目描述 :
JSON time-series of coronavirus cases in Colombia - updated daily
高级语言: JavaScript
项目地址: git://github.com/cdiaz/covid19-co.git
创建时间: 2020-04-08T07:14:00Z
项目社区:https://github.com/cdiaz/covid19-co

开源协议:

下载


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:

  1. [
  2. {
  3. "id":"1",
  4. "date":"06/03/2020",
  5. "city":"Bogotá",
  6. "region":"Bogotá D.C.",
  7. "status":"Recuperado",
  8. "age":"19",
  9. "gender":"F",
  10. "kind":"Importado",
  11. "country_from":"Italia"
  12. },
  13. ...
  14. ]