Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 820 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 820 Bytes

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