Skip to content

luismendes070/google-sheets-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.5%
  • EJS 32.5%