0.1.2 • Published 5 months ago

geohash-minify v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago