Electron-GoogleSheet
Electron-GoogleSheet copied to clipboard
A electron application using google spreadsheet api v4. This could be used as desktop application where the user could update different data in a google spreadsheet. Could be used in grocery stores to...
electron-sso
- This is a smple use case for using Google single sign on and Google spreadsheet API in Electron Applications. This could be used as desktop application where the user could update different data in a google spreadsheet. Could be used in grocery stores to track orders.
Stpes to get started
- Register your apllication at https://console.cloud.google.com/
- Put CLientID at main.js file in the src folder
- npm i to install the dependencies
- npm start to start the application