This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Author: David Bamber <[email protected]> | |
* http://bmbr.co | |
* | |
* Usage: node test.js -u <googleuser> -p <googlepass> | |
* node test.js -u <googleuser> -p <googlepass> -regex -url /feeds/default/private/full | |
* | |
* Optional Fags: | |
* -url [url]: requests a different uri from docs api, defaults to /feeds/default/private/full/-/table | |
* -regex: applies a regex to try and sanitize output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Author: David Bamber <[email protected]> | |
* http://bmbr.co | |
* | |
* Usage: node test.js <googleuser> <googlepass> | |
* | |
* Requires: googleclientlogin (npm install googleclientlogin) | |
* | |
*/ |