Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trion-development/corona-covid19-simulator
Corona virus / covid-19 pandemic simulation as web application
https://github.com/trion-development/corona-covid19-simulator
Last synced: about 1 month ago
JSON representation
Corona virus / covid-19 pandemic simulation as web application
- Host: GitHub
- URL: https://github.com/trion-development/corona-covid19-simulator
- Owner: trion-development
- Created: 2020-04-11T10:09:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:45:56.000Z (over 1 year ago)
- Last Synced: 2023-09-10T23:21:10.511Z (over 1 year ago)
- Language: TypeScript
- Size: 1.86 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Corona Virus / COVID-19 Simulator
This application is a simple simulator to visualize the effects of social distancing, border closure and infection rate.
It should not be considered scientific or as a model of the real world, but to facilitate understanding of the impact and underlying effects of desease spread.Developed by [trion](https://www.trion.de/) as a show case for various features of the Angular frontend framework.
## Usage
You can just use the application running in your browser, go to: https://trion-development.github.io/corona-covid19-simulator/You can embed the application into your own website. Example code to embed as webcomponent:
```
```
## Build Process
See https://www.trion.de/news/2020/04/08/angular-github-actions-github-pages.html
## Purpose and Credits
This small application serves not only to provide a simulation to play around with, but also to showcase some aspects around Angular.
It was developed by trion development. The code for the simulation is based on the MIT licensed repository by MTrajK ([see on Github](https://github.com/MTrajK/virus-spreading)) )