0.1.0 • Published 11 years ago

gcontacts v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

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: 'me@gmail.com'
  password: '1234')

gcontacts.connect (err) ->
  gcontacts.getContacts (err, page) ->
    for contact in page.contacts
      console.log contact
0.1.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago