google-client-login
v0.0.1
Published
Get a Google client login token
Downloads
3
Readme
google-client-login
Get a Google client login token from node.
Installation
$ npm install google-client-login
Example
var login = require('google-client-login');
login('[email protected]', 'password', 'analytics', function (err, token) {
// use the token
});
License
MIT