diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-03-26 15:12:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-26 15:12:08 +0300 |
| commit | 3d642eae40c80b31c5078d4b1d62a0a533f230d2 (patch) | |
| tree | 2e465ebbd1eb5a0456f47735e9c4b7f3220a8412 | |
| parent | efbb81c68ebcbcaa0d9ecdc151019b876e903bd5 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -18,11 +18,12 @@ 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, without coordinate args or in config can't work. -- Supports the images in terminal -- Supports many timings like Daily, Hourly, Minutely, Current -- Support alerts -- If internet broken load the info from cache +- Uses the https://openweathermap.org/api/one-call-3 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. +- In case of internet connectivity issues, it can download information from a cache. + <h2 align="center"> Using ⛽️</h2> |
