Skip to content

Marius0G/Weather-CLI-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather CLI App

A terminal-based weather application built with Rust at Rust Ip Workshop UPB that displays real-time weather information for multiple cities using a text-based user interface.

Features

  • Beautiful TUI: Uses the ratatui library to create an interactive terminal interface
  • Real-time Weather Data: Fetches current weather conditions from the OpenWeatherMap API
  • Multi-city Support: View weather for multiple cities and switch between them
  • Comprehensive Weather Details: Displays:
    • Temperature (current, feels like, min/max)
    • Humidity and pressure
    • Wind speed and direction
    • Weather conditions with description
    • Visibility and cloudiness
    • Sunrise and sunset times

Getting Started

git clone https://github.com/yourusername/weather-cli-app
cd weather-cli-app
cargo run

Note: You'll need to provide your own OpenWeatherMap API key in the Connection struct. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages