Update README

- Better wording
- Additional link
This commit is contained in:
Candifloss 2025-09-20 09:28:29 +05:30
parent 01c12478f6
commit bb2d0c910d

View File

@ -24,7 +24,7 @@ units="metric"
## API ## 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. - [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 student plan may be considered later.
- Support for One Call v3.0 may be considered later. - Support for One Call v3.0 may be considered later.
@ -32,7 +32,7 @@ units="metric"
## To-do ## To-do
- [x] TOML configuration file - [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 - [ ] Weather forecast query
- [ ] Complete configuration - [ ] Complete configuration
- [ ] CLI args - [ ] CLI args