Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

yangdanny97/vega-covid-dashboard

Repository files navigation

vega-covid-dashboard

Interactive dashboard for COVID-19 data, built using Vega and D3. View it live HERE.

Check out my blog for a tutorial on how to build your own dashboard with Vega.

Features:

  • interactive world map of cases/deaths/recoveries per country
  • interactive US map of cases/deaths per state
  • tables of cases/deaths/recoveries worldwide & for each country

Note: this vis relies on several APIs for data, so it will break if those APIs stop working

APIs used:

To run locally:

  • run a local http server in the root of this repository (python -m http.server)
  • open localhost in your browser