https://github.com/pejpero/get_weather-wiki
https://github.com/pejpero/get_weather-wiki
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pejpero/get_weather-wiki
- Owner: PejperO
- License: mit
- Created: 2023-04-09T20:38:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T21:30:19.000Z (about 2 years ago)
- Last Synced: 2025-01-12T06:27:38.216Z (4 months ago)
- Language: Java
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get_Weather-Wiki
The project, using [OpenWeatherMap](https://openweathermap.org/api/one-call-api) and [exchangerate.host](https://exchangerate.host/#/) , returns information about the selected city. It shows the current weather in the city, as well as displays a Wikipedia page dedicated to it. In addition, the program shows the current exchange rate between the selected currency and PLNThe program asks for three informations:
* City
* Country
* Currency## UI

## What I Learned
* JavaFX - WebView
* How to connect to an API
* JSON (parse/object/data interchange)
* Advanced data processing