Skip to content

daveydee33/node-google-sheets

Repository files navigation

Node Service to read/write to Google Sheets

Getting Started

  • Enable the Google Sheets API in the Google Developers Console
    • Create a Service User account and email address
    • Copy the Project ID
    • Download the connection Keys JSON file, and save it in the root project directory as: google_service_account_credentials.json
  • Create the .env file
cp .env.example .env

Test the Service

Export the env variables or pass them as arguments

SHEET_ID=######### SHEET_NAME=Sheet1 npm run test

References

About

A node service to read/write to Google Sheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published