native-notifier
v0.1.6
Published
Use native system notifications for MacOS, Win & Linux. No bullshit & no Growl.
Downloads
22,813
Readme
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