diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-23 14:53:23 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-23 14:54:16 +0300 |
| commit | 7584d20a89785ebc3694593c97ce96ec41edb265 (patch) | |
| tree | 0eec451ed2b8d043780bf2b965eff18829b849d5 /src/WeatherFetch-0.0.4/README.md | |
| parent | c0b5fc205bbf8c033cd071401ca480a9a3a7787d (diff) | |
Created PKGBUILD and SRCINFO
Diffstat (limited to 'src/WeatherFetch-0.0.4/README.md')
| -rw-r--r-- | src/WeatherFetch-0.0.4/README.md | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/src/WeatherFetch-0.0.4/README.md b/src/WeatherFetch-0.0.4/README.md new file mode 100644 index 0000000..b2c7705 --- /dev/null +++ b/src/WeatherFetch-0.0.4/README.md @@ -0,0 +1,61 @@ +<h1 align="center"> WeatherFetch πΊοΈ </h1> +<div align = "center"> +<a href="https://t.me/ArcaneDevStudio" target="_blank" rel="noopener noreferrer"> + <img src="https://img.shields.io/badge/Telegram-@ArcaneDevStudio-blue?style=flat-square&logo=telegram" alt="Telegram"> +</a> +<a href="https://github.com/Nam4ik/WeatherFetch/actions", target="_blank", rel="noopener noreferrer"> + <img src="https://github.com/Nam4ik/WeatherFetch/actions/workflows/rust.yml/badge.svg?event=push", alt="rust.yml"> +</a> +<img src="https://img.shields.io/badge/Version-v0.1-blue.svg"> + +<br> +<br> + +**WeaterFetch: Written on rust fetch tool like Neofetch or FastFetch but with Weather.** +This is my pet project, but I think someone might like it. I am the sole developer, so if you encounter any issues or bugs, please inform me or create a pull request. Stil in development, no work version. + +</div> + +<h2 align="center"> Tech details ποΈ</h2> + +> [!WARNING] +> Not all of this fns can be implemented with openmeteo API + +- Uses the free open-meteo API, which requires coordinates or configuration to function properly. +- Displays images in the terminal. (WIP) +- Provides various time intervals, including daily, hourly, and minute-by-minute updates, as well as current information. +- Can send alerts. (WIP) +- In case of internet connectivity issues, it can download information from a cache. + +WIP - work in progress. Its much more harder with free open-meteo API. + +<h2 align="center"> Using β½οΈ</h2> + +>[!WARNING] +>Coordinates and an internet connection are required if cache not builded properly. +>To cache weather data you cah run `wfetch rebuild-cache` + +`wfetch -h` + +<h2 align = "center"> Installation π</h2> + +**Build from source:** +```shell +git clone https://github.com/Nam4ik/WeatherFetch +cd WeatherFetch +cargo build -rv +sudo mv ./target/release/wfetch /usr/local/bin +cargo clean +wfetch config && cp src/arts.yaml ~/.config/WeatherFetch/ +``` +And dont forget switch coords in config to your! +<br> + +**Or just download release and move it to one of** `$PATH` **dirs.** + +<br> + +> [!TIP] +> **Soon in aur.** + + |
