Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

GeocoderJS is the JavaScript equivalent of Geocoder PHP.

License

Notifications You must be signed in to change notification settings

geocoder-php/geocoder-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published