Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 498 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 498 Bytes

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