A CLI Tool to make a Google App Script that calls T2 Systems and populates a Google Spreadsheet with the data.
$ npm install t2-gs-sheets -g
- Node.js v0.11.0 or greater
- T2 WSDL, Username, Password
- Google Spreadsheet
$ t2-gs <output-file>
Fill out the prompt and a script will be generated in <output-file>
. You should be able to run the script immediately from Google App Script.
GPL-3.0