Skip to content

riccardogiorato/node-sheets-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-sheets-demo

Install Dependencies

yarn add node-sheets dotenv

Create Google API Key

You can generate your own API Key here:

  1. Register here with your Google account and create a new project "Google Developer Console"

  1. Then go in the "Credentials" tab create a new API Keys.

Add the API Key to ENV

Remember to create a ".env" file with this content:

GOOGLE_SHEET_KEY=HERE_YOUR_API_KEY

Run the script

To run this script run these commands

yarn install
yarn dev

Example data Source

Google Sheet Document with a List of Students

Releases

No releases published

Packages

No packages published