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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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: