google-client-login

0.0.1 • Public • Published

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('user@gmail.com', 'password', 'analytics', function (err, token) {
  // use the token
});

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i google-client-login

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • ivolo