Skip to content

laporeon/weatherish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weatherish

java maven MIT License

Table of Contents

About

Weatherish is a Java-based CLI that fetches real-time weather data for any city using the OpenWeatherMap API. It displays current temperature, feels like, humidity, wind speed and local time, all from your terminal.

Requirements

  • Java 21+
  • Maven

Getting Started

Configuring

.env

For this step, you'll need to generate your api key at OpenWeatherMap website.

Rename the .env.example file to .env and update the variable with your generated key.

key description default
API_KEY OpenWeatherMap's api key -

Usage

Inside the root folder, compile and run the application using the following commands:

  1. Compile application:
mvn compile
  1. Run application:
mvn exec:java

Then follow on-screen instructions.

Preview

weatherish

⬆ Back to the top

About

A CLI application to fetch weather data from a specific city.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages