https://github.com/yacodes/google-sheets-api-example
Example of Google Sheets API usage
https://github.com/yacodes/google-sheets-api-example
Last synced: about 2 months ago
JSON representation
Example of Google Sheets API usage
- Host: GitHub
- URL: https://github.com/yacodes/google-sheets-api-example
- Owner: yacodes
- Created: 2020-04-06T10:06:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T04:14:04.000Z (about 1 year ago)
- Last Synced: 2025-02-04T13:04:12.113Z (3 months ago)
- Language: HTML
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of Google Sheets API usage
1. You need to change `` and `` in `html/index.html` file. You can generate these keys [here](https://developers.google.com/sheets/api/quickstart/js).
2. To run the app you need `node` and `npm`:
```sh
$ npm install
$ npm run start
```Open `http://localhost:8000`, click Authorize and you're good to go.