cinemast / covid19-at

COVID-19 Stats and Maps for Austria
https://covid19.spiessknafl.at
BSD 3-Clause "New" or "Revised" License
21 stars 2 forks source link

Add stats for recovered persons #7

Closed cinemast closed 4 years ago

cinemast commented 4 years ago

Maybe use this: https://covid19.mathdro.id/api/recovered https://github.com/mathdroid/covid-19-api

jostrasser commented 4 years ago

Can you deliver this data via your prometheus DB?

cinemast commented 4 years ago

That is the plan, yes.

jostrasser commented 4 years ago

any updates on this?

cinemast commented 4 years ago

This query should give you the results: sum(cov19_world_recovered) by (country)

jostrasser commented 4 years ago

thanks!