https://github.com/amilajack/sir-simulation
A disease spread simulation based on the SIR model
https://github.com/amilajack/sir-simulation
d3 disease sir-model
Last synced: 15 days ago
JSON representation
A disease spread simulation based on the SIR model
- Host: GitHub
- URL: https://github.com/amilajack/sir-simulation
- Owner: amilajack
- License: mit
- Created: 2019-04-16T17:34:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T16:00:03.000Z (about 3 years ago)
- Last Synced: 2025-02-13T18:18:05.587Z (2 months ago)
- Topics: d3, disease, sir-model
- Language: JavaScript
- Homepage: https://amilajack.github.io/sir-simulation/
- Size: 4.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sir-simulation
==============A simulation of the [SIR model](https://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology#The_SIR_model), a model used to predict the spread of disease over time.
[](https://dev.azure.com/amilajack/amilajack/_build/latest?definitionId=16&branchName=master)
## Live Demo
See the demo at [amilajack.github.io/sir-simulation](https://amilajack.github.io/sir-simulation/)
## Local Setup
```bash
git clone https://github.com/amilajack/sir-simulation
cd sir-simulation
# If you don't have yarn, run `npm i -g yarn` first
yarn
yarn start
```