oldtrickcoder / Google-Sheet-Api-Nodejs

my original sample of how we can use google sheet api to build a nodejs webapps using google sheet as database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Sheet Api Nodejs oldtrickcoder project

Hi this is my project to using and optimalize google sheets api, inspired by my previous project on excel vba , now i try to developed simple app using google sheet as database. yeee is not really good to using Google sheet as database, but since many small and micro enterprise in Indonesia Actually still using microsoft excel as database system , if we can create any inventory or other business app by optimalizing google sheet api , it will be really become a problem solver for small business. this repository only a basic sample of how we used CRUD operation by using Sheets API, Further Development you can adjust by learning from this basic. I gathered the information from many source, so this repository is just any sample of how we can build a Back end Rest API using Google Sheets as database. GoogleSheet

What To Be Prepare

1. Make sure you already configure your sheet api at your google cloud account
2. replace secret.json and .env file with your own Key 

MORE INFORMATION

 It just a BASIC of how we can use google sheet api , explained also several command on google sheet API such as BatchUpdate Command. 

About

my original sample of how we can use google sheet api to build a nodejs webapps using google sheet as database


Languages

Language:JavaScript 100.0%