Holland Park Tour — Editor & Client (GitHub sync)

Like the previous editor, but the editor saves the tour straight back to this GitHub repository using the GitHub API — so edits are persistent and published, with no server to run. It works on mobile too, including Safari on iOS, because saving is just a web request to GitHub. The data stays a single tour.geojson file in the repo.

How saving works: in the editor, paste a fine-grained Personal Access Token scoped to this repository with Contents: Read and write, then use Load from GitHub / Save to GitHub. The token is stored only in your browser and sent only to api.github.com. After a save, GitHub Pages republishes the live tour within about a minute.

← Back to all experiments