0.1.6 • Published 5 years ago

native-notifier v0.1.6

Weekly downloads
12,297
License
MIT
Repository
github
Last release
5 years ago

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

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

7 years ago

0.1.0

7 years ago