1.0.0 • Published 10 years ago

terminal-notifier-plus v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Yet another nodejs wrapper for Terminal-notifier.app

npm install terminal-notifier-plus
var 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