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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
WeatherApp
A weather forecast application developed using
SwiftUI
andTCA
.Features:
Packages:
Networking
WeatherService
Networking
package to fetch the weather fromOpenWeather API
Resources
Forecast
ForecastView
, which uses theWeatherService
package 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: