0.1.0 • Published 10 years ago

geomapper v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

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