gcontacts
v0.1.0
Published
google contacts client
Downloads
36
Readme
gcontacts
NodeJS module to work with google contacts.
Usage
First, install the package:
npm install gcontacts
Then you can use the following code:
GoogleContacts = require 'gcontacts'
gcontacts = new GoogleContacts(
email: '[email protected]'
password: '1234')
gcontacts.connect (err) ->
gcontacts.getContacts (err, page) ->
for contact in page.contacts
console.log contact