Updated Forecast package README.md
Forecast
README.md
A weather forecast application developed using SwiftUI and TCA.
SwiftUI
TCA
Networking
WeatherService
OpenWeather API
Resources
ForecastView
CLLocationManager
WeatherApp
A weather forecast application developed using
SwiftUIandTCA.Features:
Packages:
NetworkingWeatherServiceNetworkingpackage to fetch the weather fromOpenWeather APIResourcesForecastForecastView, which uses theWeatherServicepackage to display the current weather and a 5-day forecast at the user’s location.Dependencies:
CLLocationManager, which allows us to handle location events as actions inside our reducer.Tools: