Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pagarevijayy committed Dec 8, 2022
1 parent f9662c9 commit 3c2c217
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Google Spreadsheet Script
## Collect user data in google sheets (instead of DB)

A script (more like a function that can be used in any node.js env) to store data in google spreadsheets.

Can be used as a quick hack where we don't need DB but want to collect some user data. (or migrate existing data to sheets)

This example is hard coded. Modify the script and data/input as per your use case.


#### How to run?

```
1. Create a .env file
2. Store your sheet api_key and email_id inside the .env file
3. Run spreadsheet.js using node
// the concept can be extended to work on cliend-side
```



A script to store data in google spreadsheets. Modify as per use case.


0 comments on commit 3c2c217

Please sign in to comment.