Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.25 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.25 KB

Weather Forecasting Using JavaFX

I build this project built in my spare time for learning purposes. This application is build using JavaFx and AccuWeather API(Application programming interface). In this application I used two API, firstly to get location information when search by city name and secondly to get current weather condition based upon location key of entered city. The application comes with various features such as the display of day date and time, location with latitude and longitude, current temperature with minimum and maximum temperature. Additionally it also displays temperature felt, humidity, visibility, wind speed, wind gust speed and air pressure.

Steps to follow :

  1. Enter city name correctly. image
  2. Press Enter or else click on "Search" button. image

Requirements

  1. JavaFX SDK, You can download from given link (https://gluonhq.com/products/javafx/)
  2. JSON (http://www.java2s.com/Code/Jar/j/Downloadjavajsonjar.htm)

Setup

For setup for different IDE, you can follow (https://openjfx.io/openjfx-docs/) the given link.