realweather/README.md

24 lines
685 B
Markdown
Raw Normal View History

2024-05-27 15:54:42 +02:00
# realweather
2024-05-27 16:11:43 +02:00
differences compared to v0:
- no geoip mode, I think it doesn't fit as it's only cosmetical
- as such, renamed modes:
* `point` -> `static`
* `globe` -> `dynamic`
- I wanted to do this even before this plugin: \
lightning ⚡ in real time
* if static, only time synced, random position \
probably within some radius from the static point
* if dynamic, position is also synced
* explosive?
- weather levels \
it's not like there's strong rain or there's no rain \
I'm not sure how yet
- snow
- more api providers, multiple api keys
2024-05-27 17:08:05 +02:00
- extensible: api
2024-05-27 17:33:59 +02:00
- commands, finally!
2024-05-27 19:53:36 +02:00
- far future: airplanes
2024-05-27 19:55:40 +02:00
- IMPORTANT DO NOT FORGET: allow checking whereami
2024-05-27 16:11:43 +02:00
TODO