Coronavirus tracker app for iOS & macOS with map & charts.
- Live data: Shows the most recent data, and updates automatically.
- Distribution map with two levels of details:
- Countries: When the user zooms out. Fewer details and reduced clutter.
- Cities: When the user zooms in. More details.
- Charts:
- Current state chart for all countries (and cities).
- Timeline chart for all countries (and cities).
- Top affected countries chart with info about every country.
- Option for using a logarithmic scale.
- Today widget for worldwide stats (Contributed by Piotr Ożóg).
- Red color scale: Reflects the number of confirmed cases. In addition to increasing circle size.
- Statistics: Including the number of confirmed, recovered, and deaths, in addition to percents.
- iPad & macOS support.
- Clone/Download the repo.
- Open
Corona.xcodeproj
in Xcode. - Choose the right target (iOS or macOS).
- Build & run!
Or install via brew:
brew cask install corona-tracker
Or download the latest release for macOS.
Please feel free to contribute pull requests or create issues for bugs and feature requests.
The app is available for personal/non-commercial use. It's not allowed to publish, distribute, or use the app in a commercial way.
Mhd Hejazi (contact@samabox.com)
Data is provided by JHU CSSE (https://github.com/CSSEGISandData/COVID-19).
- CSV.swift: For parsing the CSV data file.
- Charts: Beautiful and powerful charts.
- FloatingPanel: For the bottom sheet.
- Disk: Simplifies loading/saving files.