First implementation of the service openWeatherApi.ts which requests weather data from Open Weather API. For this purpose, a type weather.ts was implemented that represents the weather. The data is stored in the weatherStore.ts store in combination with localstorage.
First implementation of the service
openWeatherApi.ts
which requests weather data from Open Weather API. For this purpose, a typeweather.ts
was implemented that represents the weather. The data is stored in theweatherStore.ts
store in combination with localstorage.