Google Authentication From Command Line
When build command line tools, it's not very convinient for user to copy link and go to browser, then paste the authroization code to the terminal. This authentication process is not user freindly for command line tools.
This module will try to open browser and let user make decision whether grant the authorization or not, and the authorization code will be returned back to your program.
It based on project google-api-nodejs-client
Usage
see test/test.js in repository.
;
License
(The MIT License)
Copyright (c) 2014, Villa.Gao <jky239@gmail.com>;
All rights reserved.