Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```