I'm an entry level coder please go easy on me. I'm working with some collaborators on a google sheet. I want to be able to pull in the data from the sheet to json file on my github repo that will populate in a Svelte app.
I've set up this script for sheets so it can generate the sheet as JSON. I click the script button in Sheets and a window pops up with the json.
Wondering if there's a webhook or something that could then pull that json to my svelte app. So when a collaborator edits the sheet I could just run a terminal command to pull it in, or something to that effect.
If anyone has any guidance let me know I'm having trouble knowing what to google. Thanks!