What is your probability of coming into contact with a person that's infected by the corona virus in South Africa? This can be finetuned to answer the same question about all countries as well.
# Covid-19 contact probability
This address a few questions:
1. How careful do you need to be depending on where you are in the world.
2. What is your probability of coming into contact with an infected person.
3. And what is your probability as the days go by.
## Important note
The application is fined tune to South-African stats in terms of probability.
The rest of the countries that appear are considered in terms of covid-19 cases, recoveries, deaths, and history.
This is unfortunately because I could not find a FREE API offering world census data.
## How to run
You need to have the vue-cli install in your machine
`$ npm install`
`$ npm run serve`
# About Data / Credits
### Covid-19 Stats
Provided by API Sport (
api-sports.io)
via their Rapid API
rapidapi.com
... updated every 5 minutes ...
### South Africa population stats
Provided by Stats SA (
statssa.gov.za)
Official Stats release in 29 July 2019:
statssa.gov.za
### Provincial cases
Taken (28/03/2020) from Health24 website (
health24.com)
These are NOT UPDATED, which present an opportunity for an API addressing this
## Screen shots