Update README
This commit is contained in:
parent
2c9d80a405
commit
c768899a3b
@ -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/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user