Skip to content

Arseniyyy/sheets-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App built with google-sheets-api technology

Table of contents

Working application

The app is available at that address

General info

This project is an application that can authenticate users with Google oAuth 2.0 and make requests to the Google Sheets API

Technologies

Project is created with:

Setup

git clone https://github.com/Arseniyyy/sheets-api.git

then

npm install
npm run tsc
npm run start:dev

The app will be working on port 8080 Go to http://localhost:8080

Important

You should download your credentials.json file from https://console.cloud.google.com/apis/credentials to google folder in the project. It's important because without it the app won't be work fine and authentication will be crashed. After downloading you should change the redirect URI in your credentials.json file to http://localhost:8080/oauth2callback

Samples of using

As you can see above to get data from spreadsheets you must input spreadsheet id and ranges (or range) as shown above