Skip to content

Use native system notifications in node.js without third-party libraries

License

Notifications You must be signed in to change notification settings

paulmillr/native-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4160270 · Sep 26, 2019

History

26 Commits
Sep 28, 2017
Sep 28, 2017
Sep 26, 2019
Jan 27, 2017
Sep 26, 2019
Sep 28, 2017
Sep 26, 2019
Feb 14, 2017

Repository files navigation

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

About

Use native system notifications in node.js without third-party libraries

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published