google-contacts-and-photos

1.0.0 • Public • Published

Node.js wrapper for the Google Contacts API.

Install

npm install google-contacts-and-photos

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/.

Package Sidebar

Install

npm i google-contacts-and-photos

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kiriti