-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I started working on faking Apps Script Services (gas-fakes) on Node as a background project a little while ago. Now it’s 9 partially implemented services and (Total passes 1614 (100.0%)) individual platform comparison tests later.
I figured it was time to see if I could port an Apps Script library that uses these services to Node
The primary purpose of gas-fakes is to avoid going back and forward to the GAS IDE when developing using clasp. However we can of course now also write interchangeable real Node/GAS projects that access Google Workplace files synchronously. Just like on GAS (but slower) by using the environment provided by gas-fakes.
article here - https://ramblings.mcpher.com/apps-script-services-on-node-using-apps-script-libraries/