search-google-place

1.1.0 • Public • Published

Search Google Place

About This is a node module, to return place of google with your token.

Installation

npm install --save search-google-place

Demo

const Place = require('search-google-place');
const placeQuery = new Place('your token');
placeQuery.getPlace('Suan atlantico')
   .then(json => console.log(json));

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i search-google-place

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

1.98 kB

Total Files

6

Last publish

Collaborators

  • lop