Skip to content

SilverLinings89/VirusSimulator

Repository files navigation

CoronaSimulator

CircleCI

This project was generated with Angular CLI version 13.3.5.

Setup

Run npm i to install all dependencies.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Status

The project is currently not in a released state, meaning it will not work completely and some core features are missing. A basic implementation is there however.

I check for security updates of this codebase occasionally but don't currently have the time to invest much effort into further development.

Data Sources

Special Thanks to:

  • JonSnowLabs for providing a list of country populations.
  • The World Bank for providing a list of Departures and Arrivals I could parse to JSON and use.
  • Obviously the angular team, which is just doing an awesome job.
  • Plotly for their chart-tools in Javascript, which I use to draw the world map.
  • Highcharts for their chart-tools, which I draw all the charts with.