native-notifier
native-notifier copied to clipboard
Use native system notifications in node.js without third-party libraries
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'
});
License
MIT