Update README

This commit is contained in:
Candifloss 2025-09-18 23:24:47 +05:30
parent 2c9d80a405
commit c768899a3b

View File

@ -16,8 +16,8 @@ Example:
```toml ```toml
[general] [general]
api_key = "your_api_key_here" # get a free API key from https://openweathermap.org 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? city_id = "your_city_id_here" # Find it in the url of your city at https://openweathermap.org/find?
units="metric" units="metric"
```` ````
⚠️ WIP - Full configuration format will be released later. ⚠️ WIP - Full configuration format will be released later.
@ -31,8 +31,8 @@ units="metric"
## To-do ## To-do
- [ ] TOML configuration file - [x] TOML configuration file
- [ ] Fetch and parse weather data from openweathermap.org - [x] Fetch and parse weather data from openweathermap.org
- [ ] Complete configuration - [ ] Complete configuration
- [ ] CLI args - [ ] CLI args
- [ ] GUI - [iced](https://book.iced.rs/) - [ ] GUI - [iced](https://book.iced.rs/)