Table of Contents
This project is used to show Air Temperature data
Other potential applications of this project include:
- Visualizing air temperature data based on different time intervals, such as by year, month, or week.
- Calculating and displaying the average air temperature over the selected time period.
- Identifying and displaying the maximum temperature recorded within the dataset.
These additional features expand the capabilities of the project, allowing users to explore and analyze air temperature data in more detail.
- Java 20+
- Maven 3+
- Clone the repo
git clone git@github.com:chfle/AirTemperatur.git
- Build Project
mvn spring-boot:run
If you are seeking more comprehensive information about this project, including its features, functionality, and usage, as well as insights into the development process and community involvement, then you should definitely read its corresponding GitHub project wiki
- Basic Login functionality implemented
- Data Display
- Display data by year
- Display data by month
- Display data by week
- Database Table for Air Temperature created
- integration of Spring Batch to fetch real-time air temperature data
- implementation of a reactive chart for dynamic data visualization
Christian Lehnert - @ChrLehnert - christian.lehnert.home@protonmail.com