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

https://github.com/alrico88/geohash-minify

Compress a list of geohashes using the best combination across various precisions
https://github.com/alrico88/geohash-minify

compress geohash minify

Last synced: 18 days ago
JSON representation

Compress a list of geohashes using the best combination across various precisions

Awesome Lists containing this project

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

```javascript
const { compressGeohashes } = require('geohash-minify');
```

Using imports

```javascript
import { compressGeohashes } from 'geohash-minify';
```

## Documentation

See [DOCS](./docs/modules.md)