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

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

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.