Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityisbetter/weather-app-java
This Weather App is made in Java using Java swing component and Openweathermap API for the data.
https://github.com/cityisbetter/weather-app-java
java weather weather-app
Last synced: about 16 hours ago
JSON representation
This Weather App is made in Java using Java swing component and Openweathermap API for the data.
- Host: GitHub
- URL: https://github.com/cityisbetter/weather-app-java
- Owner: CityIsBetter
- Created: 2023-08-22T12:29:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T03:09:32.000Z (3 months ago)
- Last Synced: 2024-08-10T04:24:02.920Z (3 months ago)
- Topics: java, weather, weather-app
- Language: Java
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App using Java
This Weather App is made in Java using Java swing component and Openweathermap API for the data.
# Demo
![screenshot of this game](./weather_app.gif)
# Installation
There are 2 ways, you can try this app yourself:
- download the latest release version of this repo
- clone this repo and run using NetBeans## Steps if you are using VSCode:
- Open the file through VSCode
- Make sure you have installed all the **extensions** that are importand for using **JAVA**
- Under the Java Project[![Untitled-design.png](https://i.postimg.cc/HnZn3Pt2/Untitled-design.png)](https://postimg.cc/30G3x1V4)
Click on the **Debug Button**
- Then choose UI.java## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.