a simple bash script that fetches a weather report for your location right into your terminal
Find a file
0n1cOn3 23db9ddad1
Update README.md
Better readability
2024-09-22 02:17:10 +02:00
LICENSE Initial commit 2023-11-08 15:22:13 +06:00
README.md Update README.md 2024-09-22 02:17:10 +02:00
weather.sh Merge branch 'main' of https://github.com/HornetMaidan/weather_bash 2024-07-02 16:58:22 +05:00

Weather Bash

A simple Bash script that fetches a weather report for your location right into your terminal.

This is just a simple script for myself to get the current weather right in the terminal, but feel free to use it as you like, as it is licensed under GNU GPL v.3.0. A considerable amount of uwu is present.


To-Do:

v.1.1 ----- CURRENT

  • Temperature alert — DONE
  • Minor additions — DONE

v.1.0 (Initial Release) ----- OUTDATED

  • Fix the forecast showing past time data — DONE
  • Strong wind alert — DONE
  • Code cleaning — DONE

v.0.3 ----- OUTDATED

  • Add 24-hour forecast as an option — DONE
  • Add ANSI/ASCII art as icons for weather descriptions (not sure yet) — DISCARDED
  • CLI overhaul for new features — DONE

v.0.2 ----- OUTDATED

  • Color code the output — DONE
  • Automatic detection of packet manager to install jq (at least apt, pacman, xbps, etc.) — DONE (semi-auto preferred)
  • Uwufy everything — DONE (though it's a constant process)

Further updates will 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. All of them are registered on a disposable email address; I don't save the passwords to them, so I don't have access to the information sent through them at all.