@qc/google-geocoding-service

0.0.0-alpha • Public • Published

@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

/@qc/google-geocoding-service/

    Package Sidebar

    Install

    npm i @qc/google-geocoding-service

    Weekly Downloads

    0

    Version

    0.0.0-alpha

    License

    ISC

    Unpacked Size

    7.67 kB

    Total Files

    4

    Last publish

    Collaborators

    • qc