1.0.3 • Published 7 years ago

geocoder-js v1.0.3

Weekly downloads
15
License
-
Repository
-
Last release
7 years ago

GeocoderJS

GeocoderJS is a JavaScript port of the Geocoder PHP library. It's meant as a compliment for client-side geocoding applications.

Build
Status

Dependency Status

devDependency Status

Installing

Install via npm.

$ npm install geocoder-js

or

Install via git clone

$ git clone https://github.com/asisyas/geocoder-js.git
$ cd geocoder-js
$ npm install

Building

You can build an uglified version of the script by running 'grunt build'.

Testing

Unit tests are handled by Jasmine. To run unit tests from the command line, use 'grunt test'.

Contributing

Contibution libraries are installed by Bower. Unit tests are covered by Jasmine. Pull requests will not be accepted without:

  • a) all unit/functional tests working
  • b) any potentially affected example files still functional
  • c) any additional functionality covered by unit/functional tests.

Providers

GeocoderJS comes with modules to integrate with various geocoding providers. The following table summarizes the features of each:

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago