Node.js wrapper for the Google Contacts API.
install
npm install google-contacts-api
usage
var GoogleContacts = ;var contacts = token : reqtoken ;contacts;
test
To test this module, $GOOGLE_API_TOKEN
must be set.
$ export GOOGLE_API_TOKEN="ya29.WDVMYoReyJOKac3AFWMDg6lfMv8jyilWpjtQBqL99IKuiWTInpEqZFDi"
$ npm test