latihan-el

1.0.1 • Public • Published

Google API documentation

How to install integration-google-api

npm install latihan-el --save

Usage

'use strict';

const google = require('integration-google-api');

let gps = "-33.8670522,151.1957362";
let radius = 500;
let type = "restaurant";
let data = {
	gps : gps,
	radius : radius,
	type: type
};

google.googleApi(data).then(res => {
console.log(res);
});

Readme

Keywords

none

Package Sidebar

Install

npm i latihan-el

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

2.22 kB

Total Files

4

Last publish

Collaborators

  • telkomdev-riska