add todo item to README

This commit is contained in:
Emil Lerch 2026-01-02 15:06:55 -08:00
parent ede8b593b8
commit 2a841b9779
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -47,6 +47,12 @@ This directory contains comprehensive documentation for rewriting wttr.in in Zig
- Based on location coordinates and timezone
- Display in custom format output
7. **Online GeoIP Fallback**
- When local GeoIP database lookup fails, fallback to online service
- Requires API key configuration
- Persistent cache for online lookup results
- Legacy system uses ip2location or similar service
## Documentation Files
### [TARGET_ARCHITECTURE.md](TARGET_ARCHITECTURE.md) ⭐ NEW