gcontacts

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gcontacts

Weekly Downloads

42

Version

0.1.0

License

none

Last publish

Collaborators

  • elentok