使用原生系统通知在node.js中不需要第三方库

使用原生系统通知在node.js中不需要第三方库

Node.js 其它杂项

访问GitHub主页

共52Star

详细介绍

native-notifier

Use native system notifications for MacOS, Win & Linux. No bullshit & no Growl.

const notify = require('native-notifier');
notify({
  app: 'Loggy',
  icon: `${__dirname}/loggy.png`,
  message: 'TypeError: stack is shown',
  title: 'Loggy error'
});

Screen Shot 2013-04-21 at 03 26 41

License

MIT