jrgrimshaw / google-sheets-node

Control Google Sheets with Node.js (using Google Sheets API)

Home Page:https://jgrimshaw.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Sheets + Node.js/Express

Simple Node.js/Express app (with EJS frontend) that integrates with Google Sheets to read/update data. This application demos the functionality with a simple "Video Request" app that uses a form to add a new row to a Google Sheet.

Tutorial

Find the YouTube tutorial here: https://www.youtube.com/watch?v=PFJNJQCU_lo

Setup

You need to add a file to the root of this project called "credentials.json". You can find a guide on how to do this in my YouTube tutorial above.

Then run npm install to install dependencies.

Run locally (port 1337)

Run nodemon index.js

Copyright

(c) 2021 James Grimshaw. You are free to do what you wish with this code.

About

Control Google Sheets with Node.js (using Google Sheets API)

https://jgrimshaw.com


Languages

Language:JavaScript 67.5%Language:EJS 32.5%