An open API service indexing awesome lists of open source software.

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

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