A simple command-line Weather App in Java using OpenWeatherMap API.
- Fetches real-time weather
- Shows temperature, humidity, and conditions
- Easy to run in terminal
- Clone repo
- Add your API key in
WeatherApp.java
- Compile and run:
javac -cp ".;lib/json-20210307.jar" src/WeatherApp.java
java -cp ".;lib/json-20210307.jar;src" WeatherApp