g-chat-electron

0.0.6 • Public • Published

g-chat-electron

Build Status npm version

Simple Electron application that works as a desktop client for chat.google.com.

Usage

The simplest way to install the app is installing from npmjs.com:

sudo npm i -g electron --unsafe-perm=true
sudo npm i -g g-chat-electron
gChat

For dark theme, run the app with

gChat -d

Getting started

  • Install Node LTS
  • Clone this repository
  • npm install to install the application's dependencies
  • npm start

Binary and rpm

Prerequisities

If you want to generate RPM package, it requires the rpm-build package to be installed

sudo dnf install rpm-build lsb

Generate binaries

npm run binaries
ls dist/gChat-*

Generate RPM

npm run binaries
npm run rpm
ls ./dist/installers/

Readme

Keywords

none

Package Sidebar

Install

npm i g-chat-electron

Weekly Downloads

2

Version

0.0.6

License

Apache-2.0

Unpacked Size

26 kB

Total Files

9

Last publish

Collaborators

  • jkremser