Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Testing connecting to a Google Docs Spreadsheet using Node.js
- Host: GitHub
- URL: https://github.com/pdehaan/google-spreadsheet-test
- Owner: pdehaan
- License: mpl-2.0
- Created: 2020-04-28T05:55:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T06:03:02.000Z (11 months ago)
- Last Synced: 2024-10-31T13:11:54.482Z (3 months ago)
- Topics: google-sheets, googledocs, googlesheets
- Language: JavaScript
- Homepage: https://docs.google.com/spreadsheets/d/1nTWIkNwkWv-dlTfYP0OovvVQIumkx8mMCeyG0T7GmMA/
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```