Skip to content

Instantly share code, notes, and snippets.

@rudyhuynh
Created June 20, 2020 15:37
Show Gist options
  • Save rudyhuynh/1597afacac2e82b680596c87c4ddf170 to your computer and use it in GitHub Desktop.
Save rudyhuynh/1597afacac2e82b680596c87c4ddf170 to your computer and use it in GitHub Desktop.
Node notify with sound
require("node-notifier").notify({ title: "Title", message: "Message", sound: "Ping" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment