Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

geomapper

mdpianelli280.1.0

GeoMapper library for nodejs.

geomapper, geohash, geohasher, geozone, geolocation

readme

node-geomapper

A GeoMapper library for nodejs.

Build Status

Installation

npm install geomapper --save

Usage

var GeoMapper = require('geomapper'), gmap = new GeoMapper();

console.log(gmap.precision);

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.0 Initial release