qbit / node-pushover

Pushover notifications for node.js (JavaScript,NodeJS)
ISC License
163 stars 24 forks source link

Example for push to a specific device? #5

Closed nmelin closed 10 years ago

nmelin commented 10 years ago

Hello,

Do you plan to incorporate support for pushing to a specific device on an account, using 'device' param?

qbit commented 10 years ago

Hi!

This is already an option :D - just put the device param in the obj you pass to send().

I have updated the example to show it.

nmelin commented 10 years ago

just tried, it, works perfectly! exciting and useful stuff. Thanks!

closes #5

qbit commented 10 years ago

:+1: