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

https://github.com/midudev/covid-19-spread-simulator

COVID-19 (Coronavirus) Spread Simulator 🦠
https://github.com/midudev/covid-19-spread-simulator

Last synced: 9 months ago
JSON representation

COVID-19 (Coronavirus) Spread Simulator 🦠

Awesome Lists containing this project

README

          

# COVID-19 (Coronavirus) spread simulator 🦠

Check simulations about how confinement people could help to stop spreading Coronavirus.

[Based on Washington Post Article: Why outbreaks like coronavirus spread exponentially, and how to “flatten the curve” - Washington Post](https://www.washingtonpost.com/graphics/2020/world/corona-simulator/)

## How to start

Install all the project dependencies with:
```
npm install
```

And start the development server with:
```
npm run dev
```

## Browser support

This project is using EcmaScript Modules, therefore, only browsers with this compatibility will work. (Sorry Internet Explorer 11 and old Edge users).

## Next content
- Customize strategies (number of static people and mortality)
- Customize colors
- Iframe support
- I18N
- New strategies
- Improve the code so I don't get so ashamed. 😳