Skip to content

Electron desktop app which loads the web version of Whats'app, Skype, Facebook Messenger and Discord into a single use app for ease of use

Notifications You must be signed in to change notification settings

CTMarius/electronAllInOneChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All-In-One Chat App

An Electron desktop application that combines multiple chat platforms into a single interface. Access WhatsApp, Skype, Facebook Messenger, and Discord web versions in one place.

Features

  • Single window interface for multiple chat platforms
  • Supports:
    • WhatsApp Web
    • Skype Web
    • Facebook Messenger
    • Discord

Installation

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Start the application:
npm start

Building

To create installable packages:

npm run make

This will generate platform-specific installers in the out/make directory.

Development

  • Main process: main.js
  • UI: index.html and style.css
  • Chat platform integration: functions.js

Requirements

  • Node.js
  • Electron 19.0.0
  • Internet connection for accessing chat services

License

ISC

About

Electron desktop app which loads the web version of Whats'app, Skype, Facebook Messenger and Discord into a single use app for ease of use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published