From c284d8c6a96da43cdb90774acaa0d8fb94bc87ab Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 14 Feb 2020 16:23:02 -0800 Subject: [PATCH] updating data/examples.json --- data/examples.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/examples.json b/data/examples.json index d84bd5a..b641212 100644 --- a/data/examples.json +++ b/data/examples.json @@ -998,5 +998,15 @@ "serverless" ], "description": "Create serverless Telegram Bot with DB to keep track of users using Netlify Functions and FaunaDB" + }, + { + "name": "Netlify + Google Sheets v4 demo", + "url": "https://github.com/sw-yx/netlify-google-spreadsheet-demo/", + "code": "https://netlify-google-spreadsheet-demo.netlify.com/", + "tags": [ + "google", + "crud" + ], + "description": "Demo for doing CRUD with Netlify Dev/Functions + Google Sheets API v4" } -] +] \ No newline at end of file