Package gr.unipi.weather_app.service


package gr.unipi.weather_app.service
This package contains the service layer for the Weather App.

The service package is responsible for handling business logic, fetching weather data from an external API, and processing analytical weather reports.

Currently, it includes the WeatherService class, which manages weather data retrieval, processing, and storage.