UNPKG

google-contacts-with-photos

Version:

Get contacts from Google with OAuth tokens with photos

16 lines (12 loc) 312 B
console.log('hello'); var googleContacts = require('./index'); var opts = { token: 'ya29.Ci9AA99LtQTYlTxmHwmXstFAC2FUizkZQyqJCn7Q-puF6PsDNHvtUZ_KHz4u34sZ0A' }; googleContacts(opts) .then(function (data) { console.log(data); }) .catch(function (err) { console.log(err); });