TC2-BBS-mesh/weather_plugin
default 4ac47e84bf Update weather plugin and enhance command handling
- Added weather plugin with functionality to fetch and display weather information using the OpenWeather API.
- Integrated weather command into the main menu and updated command handlers to manage user interactions for weather queries.
- Updated .gitignore to include database and configuration files.
- Created a test client for interactive testing of the BBS system.
- Added example configuration for the weather plugin.
2025-04-03 19:13:40 +00:00
..
__init__.py Update weather plugin and enhance command handling 2025-04-03 19:13:40 +00:00
command_router.py Update weather plugin and enhance command handling 2025-04-03 19:13:40 +00:00
menu.py Update weather plugin and enhance command handling 2025-04-03 19:13:40 +00:00
weater.ini.example Update weather plugin and enhance command handling 2025-04-03 19:13:40 +00:00
Weather.md Update weather plugin and enhance command handling 2025-04-03 19:13:40 +00:00
weather.py Update weather plugin and enhance command handling 2025-04-03 19:13:40 +00:00