From c768899a3bb7d2c661776f317a18794840e441b7 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 18 Sep 2025 23:24:47 +0530 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9817a88..82839ea 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Example: ```toml [general] -api_key = "your_api_key_here" # get a free API key from https://openweathermap.org -city_id = "your_city_id_here" # Find at https://openweathermap.org/find? +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" ```` ⚠️ WIP - Full configuration format will be released later. @@ -31,8 +31,8 @@ units="metric" ## To-do -- [ ] TOML configuration file -- [ ] Fetch and parse weather data from openweathermap.org +- [x] TOML configuration file +- [x] Fetch and parse weather data from openweathermap.org - [ ] Complete configuration - [ ] CLI args - [ ] GUI - [iced](https://book.iced.rs/)