gas-run
Client side library to call Google Apps Script functions
Installation
First, install gas-run using npm (we assume you have pre-installed node.js).
npm install gas-run --save
Usage
app.js:
const client = ;client
Code.gs
{ return m;}
index.hml
Google Apps Script API Javascript client library Example
License
MIT © fossamagna