iOS Application showing data for our planet, currently it's showing data for:
- Weather
- Air Quality
- Air Quality Rankings
- Earthquakes
- Wildfires
- Tsunami
- Volcano
- Water information?
- Litter and Plastic pollution?
The main purpose of this application is to explore and see how far we can go with SwiftUI and Combine.
This application will not be available on the App Store, at least in foreseeable future. With that said you will need to clone this repository and install the application through XCode.
-
OpenWeather
- Weather Information
- Air Quality
You will need to register your own API Key to use this service, read here how to get your API Key.
After you obtain OpenWeather API key, you need to set it in Info.plist in OpenWeatherAPI module.
-
Earthquakes
For Earthquakes the website above is parsed using SwiftSoup
Contributions are very welcome, if you want to add new features or fix bugs, please open an issue first and start working on new branch.