koushikkothagal / coronavirus-tracker

Spring Boot Java app to track coronavirus confirmed cases across the globe
120 stars 165 forks source link

VIRUS_DATA_URL not working #4

Open Nitin96Bisht opened 4 years ago

Nitin96Bisht commented 4 years ago

VIRUS_DATA_URL = "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv"; not working.

brianfujiwara commented 4 years ago

it is a deprecated csv file as stated in the readMe. https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series You have to choose a different csv file to get the data.

mroxso commented 4 years ago

I added a Pull Request that fixes this issue

hiiamdilip commented 3 years ago

Yes mroxso, that helps, thank you. BTW where did you get this particular url

AykutAcarer commented 1 year ago

Use this also https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv