Skip to content

Instantly share code, notes, and snippets.

@grant
Last active August 5, 2020 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/7a902858c621df2d7dc9f2851b2d663b to your computer and use it in GitHub Desktop.
Save grant/7a902858c621df2d7dc9f2851b2d663b to your computer and use it in GitHub Desktop.
Sheets as a Service – Basic Package
{
"name": "sheets-on-run",
"main": "index.js",
"scripts": {
"start": "functions-framework --target=addRow"
},
"dependencies": {
"@google-cloud/functions-framework": "^1.6.0",
"googleapis": "^58.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment