1.0.3 • Published 9 years ago

google-contacts-api v1.0.3

Weekly downloads
36
License
MIT
Repository
github
Last release
9 years ago

Node.js wrapper for the Google Contacts API.

install

npm install google-contacts-api

usage

var GoogleContacts = require('google-contacts-api');
var contacts = new GoogleContacts({ token : req.token });
contacts.getContacts(function(err, contacts) {
    // ...
});

test

To test this module, $GOOGLE_API_TOKEN must be set.

$ export GOOGLE_API_TOKEN="ya29.WDVMYoReyJOKac3AFWMDg6lfMv8jyilWpjtQBqL99IKuiWTInpEqZFDi"
$ npm test
1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago