https://github.com/ngblaylock/extract-gsheet
Quickly extract JSON data from a public Google Sheet without any API keys.
https://github.com/ngblaylock/extract-gsheet
google sheets
Last synced: about 1 year ago
JSON representation
Quickly extract JSON data from a public Google Sheet without any API keys.
- Host: GitHub
- URL: https://github.com/ngblaylock/extract-gsheet
- Owner: ngblaylock
- License: mit
- Created: 2021-11-07T05:54:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T02:40:51.000Z (over 1 year ago)
- Last Synced: 2025-04-14T12:12:29.564Z (about 1 year ago)
- Topics: google, sheets
- Language: Nunjucks
- Homepage:
- Size: 1.19 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README-DEV.md
- License: LICENSE
Awesome Lists containing this project
README
# Development Process
## Development Mode
Run `npm run dev` to watch and build the `src` directory to `dist` (Extract GSheet script) and will build the `11ty-site` directory to `docs`. This will hot reload the 11ty documentation site.
If you need to test out the output script in `dist` go to `/test` in the development server.
## Deploy Steps
1. Update package.json version
2. Merge into `master` branch (do a PR if necessary).
- This will run an action to build the site and host it on GitHub Pages.
3. Create a release in GitHub.
- This will run an action to publish it to NPM.
## External References to This Project
Here are a list of places that I have referenced this project. Changing the Google Sheet reference in the documentation should also be changed here:
- https://dev.to/ngblaylock/extract-data-from-google-sheets-13jn
- https://codepen.io/ngblaylock/pen/KKvGqvw