Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Notifications example

Sample appication for NW.js Notification API, also include examples using external libraries

How to run:

git clone [email protected]:zcbenz/nw-sample-apps.git
nw nw-sample-apps/notifications

How to set your icon for OS X:

cd nw-sample-apps/notifications
npm install nw
touch node_modules/nw/nwjs/nwjs.app
touch node_modules/nw/nwjs/nwjs.app/Contents/Info.plist
./node_modules/.bin/nw --mac_plist ./mac_files/app.plist --mac_icon ./mac_files/app.icns

APIs

Extras