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