native-notifier

v0.1.6
Use native system notifications for MacOS, Win & Linux. No bullshit & no Growl.
node native notify notifier macos linux windows growl

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

npm i native-notifier

Metadata

  • MIT
  • Whatever
  • Alexey Shvaika, Paul Miller
  • released 9/26/2019

Downloads