dan.org.uk

Worldwide COVID-19 Cases


          Results as per 100,000 of population

The European Centre for Disease Prevention and Control website has data (updated daily) on the geographic distribution of COVID-19 cases & deaths worldwide. This data is also available in a JSON (JavaScript Object Notation) feed. The raw JSON feed can be viewed here.

I've used AJAX (Asynchronous JavaScript And XML) to parse this feed and then filter the results by country. This data is then displayed in an HTML5 jQuery graph.

Using the first drop down menu box at the top of this page to pick just one country will show the number of reported cases and deaths each day for that country on the graph. Selecting a 2nd country from the other drop down box will show only the number of reported cases each day, but for both countries on the same graph.