Skip to content

rahmanroman/node-pushall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-pushall

PushAll.ru API for node.js

Install

npm install node-pushall

If you are not familiar with PushAll - visit https://pushall.ru/

Usage example :

var pushall = require('node-pushall');
var channel = pushall.channel(id, key);

channel.self({
    'title': '...',
    'text': '...',
    'priority': pushall.priority.HIGH
});

channel.broadcast({
    'title': '...',
    'text': '...',
    'priority': pushall.priority.NORMAL
});

channel.unicast(uid, {
    'title': '...',
    'text': '...',
    'priority': pushall.priority.LOW
});

About

PushAll.ru API for node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published