https://github.com/haithamaouati/weather
The right way to check the weather.
https://github.com/haithamaouati/weather
bash linux script terminal termux weather weather-forecast wego windows wttr
Last synced: 2 months ago
JSON representation
The right way to check the weather.
- Host: GitHub
- URL: https://github.com/haithamaouati/weather
- Owner: haithamaouati
- License: wtfpl
- Created: 2024-03-13T23:50:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T00:15:58.000Z (about 1 year ago)
- Last Synced: 2025-06-02T22:13:17.405Z (about 1 year ago)
- Topics: bash, linux, script, terminal, termux, weather, weather-forecast, wego, windows, wttr
- Language: Shell
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather
The right way to check the weather.
```
__ __ _ _
\ \ / / ___ __ _ | |_ | |__ ___ _ __
\ \ /\ / / / _ \ / _` | | __| | '_ \ / _ \ | '__|
\ V V / | __/ | (_| | | |_ | | | | | __/ | |
\_/\_/ \___| \__,_| \__| |_| |_| \___| |_|
```
## Install
To use the Weather script, follow these steps:
1. Clone the repository:
```
git clone https://github.com/haithamaouati/Weather.git
```
2. Change to the Weather directory:
```
cd Weather
```
3. Change the file modes
```
chmod +x weather.sh
```
5. Run the script:
```
./weather.sh
```
## Usage
Usage: `./weather.sh -l `
##### Options:
`-l`, `--location` Set the location for the weather report
`-h`, `--help` Show this help message
## Dependencies
The script requires the following dependencies:
- [figlet](http://www.figlet.org/): `pkg install figlet - y`
- [curl](https://curl.se/): `pkg install curl - y`
Make sure to install these dependencies before running the script.
## Author
Made with :coffee: by **Haitham Aouati**
- GitHub: [github.com/haithamaouati](https://github.com/haithamaouati)
## License
Weather is licensed under [WTFPL license](LICENSE)