node-notifier
node-notifier copied to clipboard
A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
Is it possible to achieve something similar in node-notifier because I know a windows alarm is a notification with a dropdown list? 
**Affected files**: node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist `1: ` **Risks**: ATS prevents accidental disclosures, provides secure default behavior, and is easy to adopt. App Transport Security (ATS) enforces best practices in the secure connections...
My application is developed in electron with react. Here I'm trying to show a notification to the user to make the choice of taking a webcam snap or not. And...
When I have a duplicate screen especially in windows 10, no notification appears code: const notifier = require('node-notifier'); notifier.notify({ title: 'My notification', message: 'Hello, there!' }, function (error, response) {...
Hi, On windows reply properties doesn't seems work. it's normal ? Windows can't handle this function ? This is how i call toaster: `notifier.notify( { title: "undefined", subtitle: "undefined", message:...
Can you provide the Corresponding Source for the builds of snoreToast included in releases of node-notifier, for compliance with the LGPL-3.0 license for that component? Providing this is needed to...
I don't know if this is specific to electron... In any case, here's a minimal repro: https://github.com/NaridaL/electron-node-notifier-bug  
 notice how the first, lower notification has obscured the info (it's the same payload as the second one, only it contains "-p" in the second one, (top one) i...
Hi there, I am struggeling with building a notarized electron appn MacOS with the node-notifier module. I am not using Apples Push Notification and want only notify the user locally....
Hi there! There is a pretty common (as far as I know) pattern of using frontend tools in Docker containers for local development. However, it makes notifications (using e.g. gulp-notify)...