DEV Community

Cover image for Globular Visualization of Active COVID-19 Cases
mmslama
mmslama

Posted on

Globular Visualization of Active COVID-19 Cases

Hello, I created a web application that uses the Plotly.js API to create a globe that shows the number of active COVID-19 cases in 178 countries. It uses the thevirustracker.com API to retrieve the active-cases data for each country. There is also an option to view what the globe looked like on a previous visit as it uses localStorage.

This is my first post here and my first web application ever:
https://mmslama.github.io/mmslama-io/projects/COVID-19Visualization/covidvisualization.html

P.S. It does take about 45s for the data to load as I have to retrieve the data for each country individually.

Top comments (0)