ExpDev07 / coronavirus-tracker-api

🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
https://coronavirus-tracker-api.herokuapp.com
GNU General Public License v3.0
1.59k stars 320 forks source link

Consider ulklc/covid19-timeseries as optional source #163

Open imjoshellis opened 4 years ago

imjoshellis commented 4 years ago

Because my app relies on recovered data to estimate "active" cases, I'm going to have to switch from this API (which is lovely, btw) to this data, unless you want to add it as an optional source here?

https://github.com/ulklc/covid19-timeseries

ExpDev07 commented 4 years ago

I’ll look into adding it!