Update README
- Update example config - Add new item to to-do
This commit is contained in:
parent
352eea2a4a
commit
a70e85e58f
@ -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/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user