https://github.com/meyer1994/geohasher
Geohasher playground
https://github.com/meyer1994/geohasher
geohash leaflet typescript vite vue
Last synced: about 2 months ago
JSON representation
Geohasher playground
- Host: GitHub
- URL: https://github.com/meyer1994/geohasher
- Owner: meyer1994
- Created: 2026-06-01T17:46:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-01T19:21:25.000Z (about 2 months ago)
- Last Synced: 2026-06-01T19:30:55.780Z (about 2 months ago)
- Topics: geohash, leaflet, typescript, vite, vue
- Language: Vue
- Homepage: https://meyer1994.github.io/geohasher/
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geohash Observer
An interactive Vue 3 + Leaflet visualizer for two geohashes. Nudge any base-32
character ±1 (buttons or mouse wheel), carry/borrow propagates through
more-significant digits, and the map shows both points, their connecting line,
midpoint, and a fading-free trail of every move — colored by position,
direction, or point. Built with `vue-leaflet`, `ngeohash`, `@turf/*` for geo
math, and Tailwind v4.
## Scripts
```sh
pnpm dev # start vite dev server
pnpm build # typecheck + production build
pnpm preview # preview the production build
pnpm lint # eslint
pnpm typecheck # vue-tsc --noEmit
```