/AirTemperatur

Show air Temperature data and do thing with it. (Small school Project)

Primary LanguageJava

AirTemperature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Wiki
  4. Roadmap
  5. Contact

About The Project

project image

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.

project image

Built With

Getting Started

Prerequisites

  • Java 20+
  • Maven 3+

Installation

  1. Clone the repo
    git clone git@github.com:chfle/AirTemperatur.git
  2. Build Project
    mvn spring-boot:run
    

Wiki

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

Roadmap

  • 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

Contact

Christian Lehnert - @ChrLehnert - christian.lehnert.home@protonmail.com

(back to top)