0.0.0 • Published 11 years ago

pushedover v0.0.0

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
11 years ago

node-pushedover

Send a pushover notification when a task finishes

install

npm install -g pushedover

Expects a .pushedoverrc file in your home folder, in the style of:

{
  "user": "yourusertoken",
  "token": "yourapplicationtoken"
}

usage

# waits until task is done, sends stdout and stderr preview to your phone
pushedover node longrunningtask.js