DEV Community

Discussion on: 📈 I've open-sourced a simple Coronavirus (COVID-19) dashboard (React + Chart.js + BootstrapTable)

Collapse
 
bam92 profile image
Abel Lifaefi Mbula

Great job.

I am a bit curious, I have built also such an app (though I have not yet merged the last PR) using the same source. But I have some issues:

  • I can't find daily data from that source, how do you do to get them? This repo has many sources, I don't know which one is a good fit.
  • Info about US is put by state, this is not good for me. It would be ok to just have US displayed once. For that reason, I am thinking of switching to another API.

This is the link to the API I am using.

Collapse
 
trekhleb profile image
Oleksii Trekhleb

Hi Abel,
I guess the data that you might be interested in is in csse_covid_19_time_series folder. To display the aggregated data for US I believe you might want to sum up the data from each state.

Collapse
 
bam92 profile image
Abel Lifaefi Mbula

Hi,

I thank you so much for the link.
You're right about US data, I just thought of it after I have submitted my request.