brewlog/src
Jon Seager ecb010e812
refactor(nearby): replace Nominatim with Foursquare Places API
- Replace osm.rs with foursquare.rs using Foursquare Places Search API
- Add isocountry crate for ISO 3166-1 country code to name conversion
- Override verbose country names (e.g. "United Kingdom" instead of
  "United Kingdom of Great Britain and Northern Ireland")
- Add BREWLOG_FOURSQUARE_API_KEY env var for API authentication
- Update route handler, tests, and template to use Foursquare
- Modernise cafes template JS to ES6+ (const/let, arrow fns, template
  literals)
2026-02-03 20:36:11 +00:00
..
application refactor(nearby): replace Nominatim with Foursquare Places API 2026-02-03 20:36:11 +00:00
domain feat(cups): add migration and domain layer for cup entity 2026-02-03 16:35:56 +00:00
infrastructure refactor(nearby): replace Nominatim with Foursquare Places API 2026-02-03 20:36:11 +00:00
presentation refactor(nearby): replace Nominatim with Foursquare Places API 2026-02-03 20:36:11 +00:00
lib.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
main.rs refactor(nearby): replace Nominatim with Foursquare Places API 2026-02-03 20:36:11 +00:00