google-contacts

0.1.5 • Public • Published

Node.js wrapper for the Google Contacts API.

Install

npm install google-contacts

Usage

var GoogleContacts = require('google-contacts').GoogleContacts;
var c = new GoogleContacts({
  token: 'oauth2 token...'
});
 
c.getContacts(cb, params);
 

Params:

type (default: 'contacts') alt (default: json) projection email (default: 'default') max-results (default: 2000)

See https://developers.google.com/google-apps/contacts/v3/.

Test

 GOOGLE_TOKEN=sometoken npm run test
 # verbose test
 DEBUG=google-contacts GOOGLE_TOKEN=sometoken npm run test

You can get a test token at https://developers.google.com/oauthplayground/.

Readme

Keywords

Package Sidebar

Install

npm i google-contacts

Weekly Downloads

22

Version

0.1.5

License

MIT

Last publish

Collaborators

  • kessiler
  • olalonde