Open martiL opened 4 years ago
You might wanna use: http://covid19.opensourc.es/data/population.csv I use this for my visualization. It has populations for every country, provinces in Australia/USA/Canada and China
You might wanna use: http://covid19.opensourc.es/data/population.csv I use this for my visualization. It has populations for every country, provinces in Australia/USA/Canada and China
Thx a lot :-) I'll try it
Hey, guys,
First of all -> Great job!
I would like to switch to your API. By the way, this is my dashboard: https://corona-data.netlify.com/ (vuejs + nuxt)
I am using this API right now: https://github.com/ExpDev07/coronavirus-tracker-api Its a great API and very fast but they don't provide data on the population.
I like your https://api.opencovid19.com/v1/populations endpoint. But it would be nice if there was only one population value and not a series. That would make the response much smaller and faster. I think the last year with a population greater than 0.0 would be good enough (or the last two years).
By the way... I could move my dashboard repo to your organization if you want me to do so ;-)