0.0.8 • Published 10 years ago

node-pushover-notify v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

node-pushover-notify

Author: Christopher Jazinski

Version: 0.0.4

Description: module for node. Implements pushover api

Currently only supports send(), sendUrgent(), sendSound(); All of these methods will allow you to specify a user-token as the first parameter

Usage:

var Pushover = require('node-pushover-notify');

var push = new Pushover({ token: 'pushover-application-token', user: 'pushover-user-token' //optional });

push.send(|user-token|, title, message);

push.sendToDevice(user-token, title, message, device);

push.sendUrgent(|user-token|, title, message, priority);

push.sendSound(|user-token|, title, message, sound);

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago