A basic weather app written in SwiftUI for iOS and iPad OS.
SimpleWeather uses CocoaPods to manage dependencies. It's only dependency is the GooglePlaces
framework, used for quering city names and locations.
To install dependencies navigate to the root repo directoy and run:
pod install
SimpleWeather requires API keys for GooglePlaces and OpenWeather in order to function properly.
- The GooglePlaces API Key can be obtained here.
- The OpenWeather API Key can be obtained here.
- NOTE: Please use the OneCall 3.0 API.
Once you obtain the API keys please update the API-Config.plist
in the SimpleWeather
folder with the appropriate values.