A simple weather app utilizing Google Places API for search and OpenWeather for weather data.
This project required XCode running on MacOS. Make sure you have Cocoa Pods installed on your machine.
Update the OpenWeather and Google Places API keys in:
./weather-app-ios-swift/api/api-keys.plist.
Install the Cocoa Pods from the root directory
pod install
Open project using the workspace file:
weather-app-ios-swift.xcworkspace
Run on a Simulator in XCode