diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-18 21:55:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 21:55:27 +0300 |
| commit | 3218f90ea64a7e85a186225db4763703f53cc773 (patch) | |
| tree | 35b69be7105458d23cf3d82894de54eb6451e52e /README.md | |
| parent | adaf67d3c2538fa477ab276ffda4369fd1aa8263 (diff) | |
Update README with WIP notes and installation details
Added WIP notes for terminal image display and alerts, updated installation section.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 23 insertions, 3 deletions
@@ -22,11 +22,12 @@ This is my pet project, but I think someone might like it. I am the sole develop > 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. +- 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. +- 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> @@ -36,6 +37,25 @@ This is my pet project, but I think someone might like it. I am the sole develop `wfetch -h` -<h2 align = "center"> Installation </h2> +<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 +``` + +<br> + +**Or just download release and move it to one of** `$PATH` **dirs.** + +<br> + +> [!TIP] +> **Soon in aur.** + <br> |
