WeatherIOS
The SwiftUI Weather app, allow users get the current weather for a current location
Screenshots
Features
- Display weather forecast for a current location
How to Work with the Source
- In order to get Weather app to work, you need to put your openweathermap secret key on the AppConstants.swift file
let apikey = "Your open weather online API key"