geocoder-php / geocoder-js

GeocoderJS is the JavaScript equivalent of Geocoder PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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:

Provider Works in browsers? Works in Node.JS? Supports reverse geocoding?
Google Maps yes yes yes
Mapquest yes untested yes
OpenStreetMap yes untested yes
Bing yes untested yes
Yandex yes untested yes

About

GeocoderJS is the JavaScript equivalent of Geocoder PHP.

License:Other


Languages

Language:JavaScript 92.5%Language:HTML 7.5%