Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

World Timeline #72

Open
altezza04 opened this issue Mar 18, 2020 · 2 comments
Open

World Timeline #72

altezza04 opened this issue Mar 18, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@altezza04
Copy link

With V2 endpoint now can get per country timeline, which is very good, thanks! but is it possible to get timeline for the World? It will be very useful for plotting a World graph in frontend, thanks!

@ExpDev07
Copy link
Owner

Agreed.

@ExpDev07 ExpDev07 added the enhancement New feature or request label Mar 18, 2020
@itsamirrezah
Copy link

It's possible to create a plot of world graph with current version of API. you have to merge all timelines together to build your own world timelines. it takes a little bit of unnecessary work but, still, its possible.
I used this approach in this commit:
itsamirrezah/COVID-19@9653189#diff-887d82a275c962af219a78e71a23411aR126

The major problem with this approach is that it takes a lot of time to get data from/v2/locations?timelines=true, related to #104
It would be much nicer if API supported world timelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants