simple-bing-geocoder

0.1.0 • Public • Published

Geocoder

Installation:

npm install simple-bing-geocoder

Usage

You can pass a string representation of a location and a callback function to geocoder.geocode. It will accept anything that Bing will accept: cities, streets, countries, etc.

Example:

var geocoder = require('simple-bing-geocoder');

// Geocoding
geocoder.geocode("350 5th Ave, New York, NY 10118", function ( err, data ) {
  // do something with data
}, { key: "YOUR_BING_API_KEY" });

Results will look like standard Bing JSON Output

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    49
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    49

Package Sidebar

Install

npm i simple-bing-geocoder

Weekly Downloads

7

Version

0.1.0

License

Apachev2

Last publish

Collaborators

  • sean-hill