A simple weather app utilizing Google Places API for search and OpenWeather for weather data
Swift Weather App
About
A simple weather app utilizing Google Places API for search and OpenWeather for weather data.
Getting Started
This project required XCode running on MacOS. Make sure you have Cocoa Pods installed on your machine.
Prerequisites
Update the OpenWeather and Google Places API keys in:
./weather-app-ios-swift/api/api-keys.plist.
Installing
Install the Cocoa Pods from the root directory
pod install