zbraniecki / covid19-timeseries

Timeseries app for COVID-19 tracking
https://zbraniecki.github.io/covid19-timeseries/
Apache License 2.0
16 stars 4 forks source link

Is there a way to add serious cases? #7

Open menachemshapiro opened 4 years ago

menachemshapiro commented 4 years ago

Thanks for making this. I've been looking for something like this for a while.

Is there a way to track the serious cases as well. I guess that would be defined as either hospitalization or ICU cases. With that information we can compare how various countries are responding to the crisis.

zbraniecki commented 4 years ago

Yeah, it just needs data. If you can find data per-country for hospitalized, it'll be easy to hook in.

menachemshapiro commented 4 years ago

https://www.worldometers.info/coronavirus/#countries -- worldometers.info has a per country breakdown of serious/critical cases, but I'm not sure where they're getting their data from.

zbraniecki commented 4 years ago

it does, but I don't know how to retrieve the data in source form - JSON, XML or other machine readable format.