https://github.com/averissimo/example-write2sheet
This is an example application for https://github.com/averissimo/write2sheet
https://github.com/averissimo/example-write2sheet
Last synced: 10 months ago
JSON representation
This is an example application for https://github.com/averissimo/write2sheet
- Host: GitHub
- URL: https://github.com/averissimo/example-write2sheet
- Owner: averissimo
- License: gpl-3.0
- Created: 2018-02-28T18:17:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T19:03:12.000Z (over 8 years ago)
- Last Synced: 2025-04-03T04:15:15.231Z (about 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example app for write2sheet
> This is an example application for [averissimo/write2sheet](https://github.com/averissimo/write2sheet)
Run it:
```
git clone https://github.com/averissimo/example-write2sheet
cd example-write2sheet
npm install # install dependencies
# change id in index.js
npm start # it will prompt for google authorization (using default client_secret.json)
# and done!! check the sheet
```
The result should look like [this example sheet](https://docs.google.com/spreadsheets/d/1PxQIe5kwzmRTVvHQoeiY-Ze6N0h99kXC2u4Iw6UsB4k/edit#gid=0)
That's all for a simple example.
## Donating
*Consider donating if this library has helped*
- ETH: 0xd6692892ab173fea765b09cb7adc105d6a5337d0
- LTC: LKmUFmAjUkmVLieJydrtiBeAAuUZi9A3CB
- Nano: xrb_1m9eh9ojnh4fp35p49pim1ohmwjzt74ctiucdnyydwf3whkm8ur66jroc6da
- GRLC: GW4EB6nLbx8B4TGD6nZLUXSWN92am2S5PN
## License
GNU General public license (v3), see `LICENSE` for more details