find company's phone number thanks to the places api from google
- install node js and run
npm i
- add
createCredentials(["/phone-number"]);
at the end of the script - run once
node index.js
, then stop - remove the line (createCre...) and rerun the script
- pick up your token in credentials.json and made an authenticated get request to
localhost:5600/phone-number
withcompany
andaddress
queries - and you can install it on a vps !