Skip to content

riteshkukreja/electron-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-notify

Notification library for electron application. It allows showing desktop application in electron main code without a BrowserWindow setup. It uses HTML5 native Notification to show notifications.

Using module

Import the module

const electronNotify = require('electron-notify-service');

Simple notification example

electronNotify.notify({
    title: "Hello World",
    body: "This is body"
});

Running the application

Install the npm dependencies.

npm install

Start application

npm run make

Make a build

npm run build

About

Notification library for electron application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published