from Hacker News

Show HN: Richly interactive map of COVID-19 cases by US county

by freedmand on 3/25/20, 11:29 PM with 9 comments

  • by freedmand on 3/25/20, 11:33 PM

    Hi HN,

    I couldn't find a richly interactive COVID-19 map anywhere that includes historical data, so I made my own. I used SvelteJS and deck.gl to create a fast and functional frontend. The dataset comes from USAFacts[1].

    Source code can be found here: https://github.com/freedmand/covid19map

    [1] https://usafacts.org/visualizations/coronavirus-covid-19-spr...

  • by JMTQp8lwXL on 3/25/20, 11:40 PM

    I get disappointed when cool stuff like this is made with <canvas> instead of <svg> because I want to look at the DOM, and understand how it was made, but I can't.

    That being said, this is a great visualization.