Skip to content

scionoftech/pushy-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushy-notify Logo

pushy-notify v1.0.2

A small node.js library for push notifications using pushy. for more info visit pushy

How to use

var pushy=require('pushy-notify');

//device registrationIds
var registrationIds= [];
registrationIds.push('');

//data in push notification
var data={"message":{"from":"sai", "msg":"hi"}};

//api key from pushy
var apikey='';

//pass values to pushy
pushy(apikey,registrationIds,data,function(response){

console.log(response);


});

Installation

npm install pushy-notify

license

MIT

About

A small node.js library for push notification using pushy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published