blackberry-push
v0.1.0
Published
Blackberry push API for node.js
Downloads
2
Readme
blackberry-push
Blackberry push API for node.js
var bbp = require('blackberry-push'),
push = bbpush(url, appID, user, password);
push('pin', 'hello world', function(err, result) {
console.log(result);
});
{ code: '1001', desc: 'The request has been accepted for processing.' }