Skip to content

berasankhadeep20-lang/Weather-App-using-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Weather-App-using-Java

🌤️ Weather App (Java)

A simple command-line Weather App in Java using OpenWeatherMap API.

Features

  • Fetches real-time weather
  • Shows temperature, humidity, and conditions
  • Easy to run in terminal

How to Run

  1. Clone repo
  2. Add your API key in WeatherApp.java
  3. Compile and run:
javac -cp ".;lib/json-20210307.jar" src/WeatherApp.java
java -cp ".;lib/json-20210307.jar;src" WeatherApp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages