/blackberry-push

Blackberry push API for node.js

Primary LanguageJavaScript

blackberry-push

Blackberry push API for node.js

var bbp  = require('blackberry-push'),
	push = bbp(url, appID, password);

push('pin', 'hello world', function(err, result) {
	console.log(result); 
});
{ code: '1001', desc: 'The request has been accepted for processing.' }