proxy-generics-google-maps

0.0.2 • Public • Published

proxy-generics-google-maps

NPM version Build status Dependency Status Code Climate

Proxy Generic Geolocation Provider for google-maps.

Looking for Proxy Engine? Looking for Proxy Generics?

Install

$ npm install --save proxy-generics-google-maps

Configure

// config/proxyGenerics.js
module.exports = {
  // make the key googleMaps, alternatively make the key geolocation_provider to be the default geolocation provider 
  googleMaps: {
      adapter: require('proxy-generic-google-maps'),
      options: {
          key: '<your api key>'
      }
  }
}

Package Sidebar

Install

npm i proxy-generics-google-maps

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • scottbwyatt
  • gpazo