naturerobots / HSOS-SEP-PlantMap-2022

PlantMap Digital Logbook: A tool to support sustainable micro farming :link: https://naturerobots.github.io/HSOS-SEP-PlantMap-2022/
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

feat/weather api #42

Closed lsiebels closed 2 years ago

lsiebels commented 2 years ago

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.