johnschimmel / triangle-fire-cloud-function

Google Sheets to usable JSON via cloud function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Function w/ GSX2JSON - Google Spreadsheet to JSON API service.

About

Cloud function to parse Google Sheet JSON into a more usable format. Based off of GSX2JSON to make google sheets usable.

Regular Google Sheet JSON when published

Meh, forget that...

Now, after cloud function cleans it up with GSX2JSON, https://us-central1-triangle-fire-data.cloudfunctions.net/triangleData

Cloud function test locally

npm run local-function

deploy

gcloud functions deploy triangleData --runtime nodejs10 --trigger-http

Github Actions

Workflow will deploy cloud function on new published release.

About

Google Sheets to usable JSON via cloud function


Languages

Language:JavaScript 100.0%