Weather Forecast
Get the current weather forecast for your favourite places.
Setup
1. OpenWeatherMap
- Create an account in OpenWeatherMap
- Generate a new
API Key. - Copy and paste the generated
API KeyinAPI_KEYproperty ofWeatherForecastVCView Controller.
2. Google Places API
- To setup google places api for your project. Go to Places SDK for iOS
- Then copy and paste the
API KEYinGMSPlacesClient.provideAPIKey("PASTE YOUR API KEY HERE")to your AppDelegate file. - Then build and run the project.
Compatibility
This project is written in Swift 4 and requires Xcode 9.1 to build and run.