wirewirewirewire / pandoa

The app informs you, if you had contact with an infected patient.
GNU General Public License v3.0
65 stars 22 forks source link

feat(Statistic): Get cases/deaths from current region and worldwide #29

Closed bestog closed 4 years ago

bestog commented 4 years ago

I have searched long to find suitable APIs. For Germany (region) and worldwide it works. Unfortunately there are no numbers for Recovered in Germany. I would extend the function if I find a better API.

Utzel-Butzel commented 4 years ago

@bestog Can you make the the Pull-request into the develop branch? Many thanks!

bestog commented 4 years ago

Yes. https://github.com/wirewirewirewire/pandoa/pull/33

E3V3A commented 4 years ago

curl "https://corona-stats.online/Germany?minimal=true"

bestog commented 4 years ago

curl "https://corona-stats.online/Germany?minimal=true"

Thank you. But for Germany we need the regions (Thuringia, ...) - I can't find the regions in your api. But I will take the api, because it contains more data for Worldwide, than the previous.