5 Commits

Author SHA1 Message Date
07651af450 Add documentation to module current
- Add doc comments
- cargo `clippy` fixes
- Comment out code in `widget`
2025-10-09 15:29:30 +05:30
b97de37698 Rename module weather to current
- Also update the change in `weatherd` and widget
2025-10-09 12:33:16 +05:30
01c12478f6 Separate config loading from API library
- Create new library crate for config parsing
- Modularity & flexibility
2025-09-20 08:41:28 +05:30
d45ad9bad5 Modularize the owm_api25 library
- Add separate modules for weather & forecast calls
2025-09-19 18:19:46 +05:30
1270a3e595 Create Weather API 2.5 Library
- Move API-specific structs to library
- Move API-specific configuration to library
2025-09-19 08:11:44 +05:30