From bb2d0c910d2357b78d7c637d2c709b97232dffaa Mon Sep 17 00:00:00 2001 From: Candifloss Date: Sat, 20 Sep 2025 09:28:29 +0530 Subject: [PATCH] Update README - Better wording - Additional link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8294509..e82bd31 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ units="metric" ## API -- Currently uses the [Free API v2.5](https://openweathermap.org/appid). Find details on [Postman](https://www.postman.com/api-evangelist/openweathermap/request/9dt1g2m/call-current-weather-data-for-one-location). +- Currently supports the [Free API v2.5](https://openweathermap.org/appid). Find details on [OWM](https://openweathermap.org/current) or [Postman](https://www.postman.com/api-evangelist/openweathermap/request/9dt1g2m/call-current-weather-data-for-one-location). - [One Call API 3.0](https://openweathermap.org/api/one-call-3) is free for up to 1000 API calls per day, but requires payment information for subscription. - Support for student plan may be considered later. - Support for One Call v3.0 may be considered later. @@ -32,7 +32,7 @@ units="metric" ## To-do - [x] TOML configuration file -- [x] Fetch and parse current weather data from openweathermap.org +- [x] Fetch and parse current weather data from OWM - [ ] Weather forecast query - [ ] Complete configuration - [ ] CLI args