Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wobsoriano/covid3d

🌏 An interactive 3D visualization of COVID-19.
https://github.com/wobsoriano/covid3d

covid-19 javascript webgl

Last synced: 2 months ago
JSON representation

🌏 An interactive 3D visualization of COVID-19.

Awesome Lists containing this project

README

        

Buy Me A Coffee

# COVID-3D

3D visualization of latest data regarding coronavirus cases with time travel.

![demo](https://i.imgur.com/yUxIINE.gif)

## 🛠 Installing

1. Install dependencies

```bash
npm install
```

2. Fire up the server and watch files

```bash
npm run dev
```

## 🚀 Compiles and minifies for production

```bash
npm run build
```

## 🛠 Built with

- [snowpack](https://www.snowpack.dev/)
- [globe.gl](https://github.com/vasturiano/globe.gl)
- [d3.js](https://d3js.org/)

## 📝 License & copyright

© Robert C Soriano

Licensed under the [GNU General Public License](LICENSE.md).

## 💕 Acknowledgments

- Inspired by https://covidvisualizer.com
- Flags from https://corona.lmao.ninja
- Coronavirus data from https://github.com/bumbeishvili/covid19-daily-data
- Hat tip to anyone whos module was used

## 🚨 Forking this repo

I'll only accept fixes for now. New features will be ignored. I want to make the app as simple as possible. Thank you.