LonnyGomes / covid-sankey-vizualization

A D3-based visualization that displays worldwide COVID-19 cases in a sankey diagram

Home Page:https://covid.lonnygomes.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 sankey visualization

All Contributors

Data Update Netlify Status

A responsive D3-based data visualization that leverages a Sankey diagram to display the breakdown of the worldwide COVID-19 cases.

This visualization uses a JSON endpoints provide by @pomber and @NovelCOVID which serves data derived from the Johns Hopkins Center of Systems Science and Engineering dataset.

Screenshot of sankey diagram visualization

Development

You can hack on this locally by cloning down the repository and launching a local server via npm.

npm install
npm start

Data Updates

The data is dynamically queried and periodically generated locally for a static fallback. You can generate the data locally with the following command:

npm run data:update

Contributing

Pull request and feedback is welcome and requested.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Lonny Gomes

💻 🚧

kmliebe

🎨 🤔

panoz7

🤔

J. Z. Rioflorido

🤔 🎨 ️️️️♿️

Rodrigo Pombo

🔣

NovelCOVID

🔣

Corey Gearhart

🤔 ️️️️♿️

kelissa

🎨 🤔

Corey B

🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

About

A D3-based visualization that displays worldwide COVID-19 cases in a sankey diagram

https://covid.lonnygomes.com

License:MIT License


Languages

Language:JavaScript 58.9%Language:HTML 22.6%Language:SCSS 18.5%