The SwiftUI Weather app, allow users get the current weather for a current location
- Display weather forecast for a current location
- 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"