Skip to content

Latest commit

 

History

History
 
 

notifications

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Notification Demo

A sample demonstrates Notification API usage. The Notification API in Electron works on OS X, Windows 8 (and up) and sometimes on Linux. Node-notifier is a potential alternative.

Electron's Notification API is implemented with native notification APIs. On OS X, you can customize your Electron's notification alert style via Notifications panel in System Preference.

Related Notification issues on electron are traced in:

Screenshot

screenshot1

screenshot2