push_to_urbanairship

0.0.2 • Public • Published

pushToUrbanAirship

Mobile push notifications using UrbanAirship.

npm install push_to_urbanairship

Example:

var auth= {
        key: "app key",
        master:"app master key"
    },
    pushToUA = require('push_to_urbanairship')(auth),
    sampleToken= "your sample ios device_token";


pushToUA( {
    "audience" : {
        "device_token" : sampleToken
    },
    "notification" : {
        "alert" : "Hello - from vlad again - tell me if u get this plz2."
    },
    "device_types" : "all"
} , function(err, resp, body){
    console.log(body);
});

Readme

Keywords

none

Package Sidebar

Install

npm i push_to_urbanairship

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • vladvega