From a70e85e58f3824c8f3dfa5888ade5ae0378b080b Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 9 Oct 2025 01:18:27 +0530 Subject: [PATCH] Update README - Update example config - Add new item to to-do --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e82bd31..0b3c64f 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,13 @@ Example: ```toml [general] +api_version = "free_2.5" # Other APIs are WIP + +[query_params] api_key = "your_api_key_here" # Get a free API key from https://openweathermap.org city_id = "your_city_id_here" # Find it in the url of your city at https://openweathermap.org/find? -units="metric" +units = "metric" +lang = "en" ```` ⚠️ WIP - Full configuration format will be released later. @@ -34,6 +38,7 @@ units="metric" - [x] TOML configuration file - [x] Fetch and parse current weather data from OWM - [ ] Weather forecast query +- [ ] Complete library - [ ] Complete configuration - [ ] CLI args - [ ] GUI - [iced](https://book.iced.rs/)