Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.