a simple bash script that fetches a weather report for your location right into your terminal
Find a file
0n1cOn3 92ff73e4b0
Replaced german placeholder for debugging
Replaced placeholder for debugging against working code (and comments :P)
2024-04-17 05:15:07 +02:00
LICENSE Initial commit 2023-11-08 15:22:13 +06:00
README.md Refactored README for better readability 2024-04-17 00:42:56 +02:00
weather.sh Replaced german placeholder for debugging 2024-04-17 05:15:07 +02:00

🌤️ 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.