CovidTrackr is an iOS app for visualizing global COVID-19 data from the disease.sh API and features animated line and bar charts, as well as a Choropleth map.
Clone the CovidTrackr repository by entering the following command in your Terminal shell from a suitable location in your computer.
git clone https://github.com/amroncodes/CovidTrackr.git
You may also use Git GUIs such as GitHub Desktop to clone the repository.
This app requires access to Mapbox via an access token. You may refer to this tutorial to learn how to setup your private key. Then, open the project with XCode proceed to enter the following into the info.plist file. You may refer to this tutorial to learn how to add properties to the info.plist file from the project navigator.
Key | Type | Value |
MBXAccessToken | String | pk.your_private_key |
Once opened in XCode, click the ‘Run’ button to start the app.