node-mac-notifierA native Node module that lets you create macOS notifications from Node.js, without dishing out to a separate process. This is useful for desktop applications built with Electron (or something similar), as it adheres to the HTML5 Notification API.Installation...
A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback) - mikaelbr/node-notifier
A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback) - suissa/node-notifier
Seenode-notifierfor all options* Default notification values: Gulp logo on regular notification Inverted Gulp logo on error Frog sound on error on Mac. See also theadvanced example. options.onLast Type:BooleanDefault:false If the notification should only happen on the last file of the stream. ...