https://github.com/jdevelop/fs4map
The simple service to export venues from Foursquare into KML files / Google Maps
https://github.com/jdevelop/fs4map
Last synced: 3 months ago
JSON representation
The simple service to export venues from Foursquare into KML files / Google Maps
- Host: GitHub
- URL: https://github.com/jdevelop/fs4map
- Owner: jdevelop
- Created: 2017-06-25T03:10:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-13T01:35:56.000Z (4 months ago)
- Last Synced: 2026-02-13T10:42:41.373Z (4 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foursquare-kml
The simple service to export venues from Foursquare into KML files / Google Maps
## Development
- Go version: `1.22+`
- Run checks: `make check`
## Web Viewer
- Static SPA in `web/` (HTML/CSS/JS only, no Go runtime)
- Uses Leaflet + OpenStreetMap tiles from CDN
- See `web/README.md` for usage and self-hosting