geohash-minify
v0.1.2
Published
Compress a list of geohashes using the best combination across various precisions
Downloads
11
Readme
geohash-minify
Compress a list of geohashes using the best combination across various precisions
Installation
Using npm npm i geohash-minify
Using yarn yarn add geohash-minify
Using pnpm pnpm i geohash-minify
Usage
In CommonJS env
const { compressGeohashes } = require('geohash-minify');
Using imports
import { compressGeohashes } from 'geohash-minify';
Documentation
See DOCS