notify_sender
v0.0.1
Published
An notify sender for i3wm with dunst.
Downloads
2
Readme
notify_send
How to Use notifier = require('../index.js'); notifier.Send();
or notifier.Create_Daemon(); notifier.Send_To_Daemon({msg:{'summary':'Daemon方式测试提示', 'body':'这是一条 Daemon方式 测试用提示'}}); notifier.Close_Daemon();
Test node test/run.js