54 lines
1.6 KiB
Markdown
54 lines
1.6 KiB
Markdown
🌤️ **weather_bash**
|
|
|
|
A simple bash script that fetches a weather report for your location right into your terminal. ☔
|
|
|
|
#### Note:
|
|
- This is just a straightforward script for myself to get the current weather right in the terminal, but feel free to use it as you like.
|
|
It is licensed under GNU GPL v3.0. A considerable amount of uwu is present. 😎
|
|
|
|
---
|
|
|
|
### Release Information
|
|
|
|
Latest Release: **v1.1**
|
|
---
|
|
|
|
**Todos and Dones:**
|
|
|
|
***v1.1*** - **CURRENT**
|
|
|
|
- Temperature alert: ✔️
|
|
- Minor additions: ✔️
|
|
|
|
***v1.0 (initial release)*** - **DEPRECATED**
|
|
|
|
- Fix the forecast showing past time data: ✔️
|
|
- Strong wind alert: ✔️
|
|
- Code cleaning: ✔️
|
|
|
|
***v0.3*** - **DEPRECATED**
|
|
|
|
- Add 24-hour forecast as an option: ✔️
|
|
- CLI overhaul for new features: ✔️
|
|
|
|
***v0.2*** - **DEPRECATED**
|
|
|
|
- Color code the output: ✔️
|
|
- Automatic detection of packet manager to install jq (at least apt/pacman/xbps/etc..) - ✔️ (semi-auto preferred)
|
|
- Uwufy everything: ✔️ (though it's a constant process)
|
|
---
|
|
|
|
## Anything Else to Know?
|
|
|
|
Further updates will most likely only be to fix something. I think this project is now complete. If you experience any issues with this script or want to suggest adding something, you are more than welcome!
|
|
|
|
**P.S: API keys are intentionally left as variables in the script so you can change them to your own or any other if they reach the request limit.**
|
|
|
|
---
|
|
|
|
## Discarded ideas
|
|
|
|
- Add ANSI/ASCII art as icons for weather descriptions
|
|
---
|
|
|
|
#### 📝 This project is licensed under the GNU General Public License v3.0.
|