Skip to content

CaliStyle/proxy-generics-google-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>'
      }
  }
}

About

Geolocation Generic for Google Maps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published