Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wobsoriano/covid3d
- Owner: wobsoriano
- License: gpl-3.0
- Archived: true
- Created: 2020-03-26T13:07:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T04:25:56.000Z (over 1 year ago)
- Last Synced: 2024-07-31T07:15:17.763Z (5 months ago)
- Topics: covid-19, javascript, webgl
- Language: JavaScript
- Homepage: https://covid-3d.vercel.app/
- Size: 18.5 MB
- Stars: 288
- Watchers: 2
- Forks: 77
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-pinoy-made - GitHub
README
# 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.