An open API service indexing awesome lists of open source software.

https://github.com/pdehaan/google-spreadsheet-test

Testing connecting to a Google Docs Spreadsheet using Node.js
https://github.com/pdehaan/google-spreadsheet-test

google-sheets googledocs googlesheets

Last synced: 25 days ago
JSON representation

Testing connecting to a Google Docs Spreadsheet using Node.js

Awesome Lists containing this project

README

        

# google-spreadsheet-test

Testing connecting to a Google Docs Spreadsheet using Node.js.

For more information on setting up credentials, see https://theoephraim.github.io/node-google-spreadsheet/#/getting-started/authentication

You can put the following environment variables in a local .env file which won't get checked into the repo:

```ini
GOOGLE_SHEET_ID=""
GOOGLE_SERVICE_ACCOUNT_EMAIL=""
GOOGLE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\n\n-----END PRIVATE KEY-----\n"
```