https://github.com/xanmoy/wther
A simple command-line tool to fetch weather information, packaged as a Snap.
https://github.com/xanmoy/wther
bash cli shell
Last synced: about 1 year ago
JSON representation
A simple command-line tool to fetch weather information, packaged as a Snap.
- Host: GitHub
- URL: https://github.com/xanmoy/wther
- Owner: xanmoy
- License: mit
- Created: 2025-02-06T20:15:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T21:35:14.000Z (over 1 year ago)
- Last Synced: 2025-02-17T08:23:23.085Z (over 1 year ago)
- Topics: bash, cli, shell
- Language: Shell
- Homepage: https://snapcraft.io/wther
- Size: 421 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wther CLI
A simple command-line tool to fetch weather information, packaged as a Snap.
[](https://snapcraft.io/wther)
[](https://snapcraft.io/wther)
```bash
sudo snap install wther
```

## Features
- Location-Based Weather
- Fetch weather for any specific city or region
- Auto-detects your location if no input is given
- Smart Time-Based Greeting
- Greets the user based on system time (Good morning, Good evening, etc.)
- Displays the username dynamically
- Real-Time Weather Data
- Shows temperature, wind speed, humidity, and visibility
- Supports metric and imperial units automatically
- Terminal-Friendly UI
- Displays ASCII-based weather visuals
- Works smoothly in any Linux terminal
- Network Efficient
- Uses cURL to fetch lightweight weather reports
- No API keys required – runs out-of-the-box
- Simple & Customizable
- Written in Bash – easy to modify & extend
- Works with Snapcraft packaging for easy installation
## Installation
### Build and Install Locally
```bash
snapcraft
sudo snap install ./wther-cli_1.0_amd64.snap --dangerous
```
### Run the Application
```bash
weather [LOCATION]
```
Example:
```bash
weather Kolkata
```
## License
This project is licensed under the MIT License.
Let me know if you need any changes! 🚀