Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

wkktoria/Pogodynka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pogodynka

Demo of application

An application that provides up-to-date weather information based on the user's given location. It utilizes the OpenWeatherMap API to fetch real-time weather data. Application also allows user to generate weather reports which are saved as PDFs (see: demo report).

Pogodynka is multilingual, for now it supports only English, Polish, and Russian.

Building

Pogodynka uses Maven to handle dependencies and building.

Requirements

Compile

Windows (PowerShell):

$env:WEATHER_API_KEY="YOUR_API_KEY"
./mvnw clean package

Unix:

export WEATHER_API_KEY=YOUR_API_KEY
./mvnw clean package

Running

Warning

Running application may require to set up the API key.

java -jar pogodynka-1.0.4-jar-with-dependencies.jar