From 3218f90ea64a7e85a186225db4763703f53cc773 Mon Sep 17 00:00:00 2001 From: ArcaneDev Date: Tue, 18 Nov 2025 21:55:27 +0300 Subject: Update README with WIP notes and installation details Added WIP notes for terminal image display and alerts, updated installation section. --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c17abc4..08ce620 100644 --- a/README.md +++ b/README.md @@ -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.

Using ⛽️

@@ -36,6 +37,25 @@ This is my pet project, but I think someone might like it. I am the sole develop `wfetch -h` -

Installation

+

Installation 🔝

+ +**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 +``` + +
+ +**Or just download release and move it to one of** `$PATH` **dirs.** + +
+ +> [!TIP] +> **Soon in aur.** +
-- cgit v1.2.3