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

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

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