Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carrington-115/google-sheet-api-app
backend application built with the google sheets API (Google Workspace API) with Nodejs and express.
https://github.com/carrington-115/google-sheet-api-app
expressjs google-cloud google-sheets-api-v4 google-workspace nodejs
Last synced: about 1 month ago
JSON representation
backend application built with the google sheets API (Google Workspace API) with Nodejs and express.
- Host: GitHub
- URL: https://github.com/carrington-115/google-sheet-api-app
- Owner: carrington-115
- Created: 2024-06-19T05:07:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T22:17:31.000Z (8 months ago)
- Last Synced: 2024-11-10T00:12:27.796Z (3 months ago)
- Topics: expressjs, google-cloud, google-sheets-api-v4, google-workspace, nodejs
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Sheets API App
## Repository description
This repository is an implementation of `Google Sheets API` using `Nodejs, expressjs`. For the projet to be effective, the `Google cloud OAuth` was implemented to get the `OAuth2` token for authentication.
Expressjs was then used to create 3 routes to create a spreadsheet, authentication for the spreadsheet and read data fromt he spreadsheet.
## How to contribute to the repository
- First clone the project with `git clone `
- Follow the steps in the git bash terminal to make changes```bash
git add .
git checkout -b
```- After making the changes, to push your code
```bash
git commit -m "commit-message"
git push --set-upstream origin
```