Update README

- Update example config
- Add new item to to-do
This commit is contained in:
Candifloss 2025-10-09 01:18:27 +05:30
parent 352eea2a4a
commit a70e85e58f

View File

@ -16,9 +16,13 @@ Example:
```toml ```toml
[general] [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 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? 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. ⚠️ WIP - Full configuration format will be released later.
@ -34,6 +38,7 @@ units="metric"
- [x] TOML configuration file - [x] TOML configuration file
- [x] Fetch and parse current weather data from OWM - [x] Fetch and parse current weather data from OWM
- [ ] Weather forecast query - [ ] Weather forecast query
- [ ] Complete library
- [ ] Complete configuration - [ ] Complete configuration
- [ ] CLI args - [ ] CLI args
- [ ] GUI - [iced](https://book.iced.rs/) - [ ] GUI - [iced](https://book.iced.rs/)