diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-02-11 14:05:08 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-02-11 14:05:08 +0300 |
| commit | 5ffc100655e8773e512342fa58f24548560dca51 (patch) | |
| tree | c64a6a2335be4a0010521a3416fb90531f0c0f01 | |
| parent | fc12cd0bfad207cef069add75ca6ea6664792e9c (diff) | |
Updated readme
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -12,7 +12,8 @@ <br> **Written on rust fetch tool like Neofetch or FastFetch but with Weather.** -This is my pet project.I am the sole developer, so if you encounter any issues or bugs, please inform me or create a pull request. +I am the sole developer, so if you encounter any issues or bugs, please inform me or create a pull request. +_P.S. Ts emojis not means proj vibecoded._ AI would not have abandoned the project for 9 months, and then sat down to finish writing xd <br> <div align="center"> @@ -28,9 +29,9 @@ This is my pet project.I am the sole developer, so if you encounter any issues o > 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) +- 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) +- 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. @@ -50,6 +51,11 @@ WIP - work in progress. Its much more harder with free open-meteo API. yay -S weatherfetch ``` +**Install from crates.io:** +```shell +cargo install WeatherFetch +``` + **Build from source:** ```shell git clone https://github.com/Nam4ik/WeatherFetch |
