Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

eyedea-io/syncano-socket-google-geocoding

Repository files navigation

Syncano Socket for Google Geocoding API

Syncano Socket CircleCI branch Codecov branch JavaScript Style Guide npm license

Main Socket features:

  • google-geocoding/get-sublocality — get a sublocality name base on longitude and latitude

Getting Started

Install package in your project:

cd my_project
npm install @syncano/cli --save-dev
npm install @eyedea-sockets/google-geocoding --save
npx s deploy

Use it:

import Syncano from '@syncano/client'

const s = new Syncano(<instaneName>)

const params = {
  latitude: '59.914620299999996',
  longitude: '10.731760'
}
const suggestions = await s.get('google-geocoding/get-sublocality', params)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published