google-contacts-api
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "google-contacts-api", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "API wrapper for Google Contacts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Node.js wrapper for the Google Contacts API. | ||
# Install | ||
# install | ||
npm install google-contacts-api | ||
# Usage | ||
# usage | ||
@@ -16,1 +16,10 @@ ```javascript | ||
``` | ||
# test | ||
To test this module, `$GOOGLE_API_TOKEN` must be set. | ||
``` | ||
$ export GOOGLE_API_TOKEN="ya29.WDVMYoReyJOKac3AFWMDg6lfMv8jyilWpjtQBqL99IKuiWTInpEqZFDi" | ||
$ npm test | ||
``` |
11155
24