a simple map whose sole purpose is display the ratio of population/covid-19 confirmed caes per country.
API call for covid data : https://covid19api.com/
sample website : https://covid-19-ratio.herokuapp.com/
- create mapbox token
- replace src/main.ts (const token=...) with your own token
- cd docker
- make run