Skip to content

Electron.js wrapper for the Google Hangouts Chat webapp

License

Notifications You must be signed in to change notification settings

ethanbustad/ghc-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHC Electron

This is a minimal Electron application intended to run Google Hangouts Chat (part of GSuite) outside the browser.

It is based on the Electron Quick Start application.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ethanbustad/ghc-electron
# Go into the repository
cd ghc-electron
# Install dependencies
npm install
# Run the app
npm start

Or, more simply,

# Clone this repository
git clone https://github.com/ethanbustad/ghc-electron
# Run the app
./ghc-electron/start.sh

start.sh can also be used on startup to automatically open the application.

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

License

CC0 1.0 (Public Domain)

About

Electron.js wrapper for the Google Hangouts Chat webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published