Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days ago
JSON representation
The right way to check the weather.
- Host: GitHub
- URL: https://github.com/haithamaouati/weather
- Owner: haithamaouati
- License: mit
- Created: 2024-03-13T23:50:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T15:32:33.000Z (11 months ago)
- Last Synced: 2024-11-09T07:42:52.054Z (3 months ago)
- Topics: bash, linux, script, terminal, termux, weather, weather-forecast, wego, windows, wttr
- Language: Shell
- Homepage:
- Size: 276 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.**Weather** is based on [wttr.in](https://github.com/chubin/wttr.in) a weather client for the terminal.
```
$ bash weather.sh Skikda
Weather for City: Skikda, Algeria\ / Clear
.-. 10 – 11 °C
― ( ) ― ↑ 11 km/h
`-’ 10 km
/ \ 0.0 mm
```## Usage
To use the Weather script, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/haithamaouati/Weather.git
```2. Navigate to the Weather directory:
```bash
cd Weather
```3. Run the script with a specified Location:
```bash
./weather.sh
```Replace `` with the actual location you want to checking.
```bash
bash weather.sh Skikda
```
## DependenciesThe script requires the following dependencies:
- [figlet](http://www.figlet.org/): Program for making large letters out of ordinary text
- [curl](https://curl.se/): Command line tool for transferring data with URL syntax
- [pv](http://www.ivarch.com/programs/pv.shtml): Terminal-based tool for monitoring the progress of data through a pipelineMake sure to install these dependencies before running the script.
## Author
- **Haitham Aouati**
- GitHub: [github.com/haithamaouati](https://github.com/haithamaouati)
- Telegram: [t.me/haithamaouati](https://t.me/haithamaouati)## License
This Geolocate Bash script is open-source and available under the [MIT License](LICENSE).
Feel free to contribute or report issues on the [GitHub repository](https://github.com/haithamaouati/Weather).