The Coronavirus

When the whole COVID-19 thing started I thought about generating a map. I ended up using the JavaScript library d3 to pull in the assets for the map and the simple HTML DOM parser to grab the data from worldometers. After I got both, I just fused the two together to create a map with an updated listing of the amount of all people who have COVID.

UPDATE...

Worldometer's DOM changed resulted in the COVID Map pulling the wrong data. I ended up changing the original code to validate the data before adding it to the map.

 

Status

Infection < 100,000
Infection < 200,000
Infection < 300,000
Infection > 400,000