0.0.0-alpha • Published 6 years ago

@qc/google-geocoding-service v0.0.0-alpha

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

@qc/google-geocoding-service

Makes using the Google Geocoding API easy to use.

Installation

npm install --save @qc/google-geocoding-service

or

yarn add @qc/google-geocoding-service

Usage

import GoogleGeocodingService from '@qc/google-geocoding-service';

const geocodingService = new GoogleGeocodingService({
  apiKey: 'YOUR_API_KEY',
})

geocodingService.geocode('1600 Pennsylvan')
  .then(results => {
    console.dir(results);
  });

Other Packages from QC

Maintainers

License

ISC