1.0.0 • Published 12 years ago
terminal-notifier-plus v1.0.0
Yet another nodejs wrapper for Terminal-notifier.app
npm install terminal-notifier-plusvar notifier = require('terminal-notifier-plus');
notifier.notify(options, callback);####Options
options = {
  title: "Notification Title",
  message: "Notification Message",
  subtitle: "Notification Subtitle",
  sound : "Name of the sound to play",
  activate : "application to activate",
  sender: "Sender application id",
  open: "URL to open when clicked",
  execute: "Executable command"
}This module wraps the terminal notifier app by Alloy, https://github.com/alloy/terminal-notifier. Check for more available options.
####License MIT
1.0.0
12 years ago