google-place-search
v1.1.1
Published
search module for google place API
Downloads
9
Readme
HOW TO TEST
after cloned git repository, create key.ts
in src/lib/key.ts
.
and then write down the key of google map api (from google developer console) like
export const key = 'ABCDEFG'
and
$ yarn (if you did not installed node_modules yet)
$ yarn test
EXAMPLE
- node-server (typescript): see
src/examples/node-google-fetch-testing
it is koa-based node-server.
you can experience my module on node server.