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
[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/)