diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-15 15:47:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 15:47:14 +0300 |
| commit | e0bbb53a25e0fe4033222ae259d7d2489cabcc4d (patch) | |
| tree | 97b2cb1d06bbb3085d49a529a12889c62d1d5c08 /README.md | |
| parent | b82f63a9cb9043d3c1d86ebf6c014dd3070e68bc (diff) | |
Revise API information and cache usage in README
Updated API usage details and added cache instructions.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -18,7 +18,10 @@ This is my pet project, but I think someone might like it. I am the sole develop <h2 align="center"> Tech details 🏗️</h2> -- Uses the https://openweathermap.org/api/one-call-3 API, which requires coordinates or configuration to function properly. +> [!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. - Provides various time intervals, including daily, hourly, and minute-by-minute updates, as well as current information. - Can send alerts. @@ -28,7 +31,8 @@ This is my pet project, but I think someone might like it. I am the sole develop <h2 align="center"> Using ⛽️</h2> >[!WARNING] ->Coordinates and an internet connection are required. This information is not stored or used in any way. +>Coordinates and an internet connection are required if cache not builded properly. +>To cache weather data you cah run `wfetch rebuild-cache` `wfetch -h` |
