JorgeCoke / WhatsBar

WhatsApp web powered by Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsBar 📱

Demo

Run WathsApp Web right from the Taskbar(Win) or from the Menubar(macOS).

How To Use

  • Install depencencies: npm i

  • Run: npm start

The code Simple AF ¯\_(ツ)_/¯

const electron = require('electron');
const mb = require('menubar');

var config = {
  index: "https://web.whatsapp.com/",
  tooltip: "WhatsBar",
  icon: __dirname + "/icon.png",
  width: 760,
  height: 540
}

var menubar = mb(config);

Download links:


⚡️ Powered by Electron && menubar

💻 jorgecoke.github.io

About

WhatsApp web powered by Electron


Languages

Language:JavaScript 100.0%