urbanairship.node
v0.0.2
Published
Urban Airship API client for node.js
Downloads
3
Readme
urbanairship.node
UrbanAirship API client for node.js
Installation
npm install urbanairship.node
Usage
var UrbanAirship = require('urbanairship.node');
var client = new UrbanAirship({key: '...', secret: '...'});
// Send push notification to a device
client.device('....').push({
alert: 'Hello!'
});
License
Copyright (c) 2014 Matt Insler
Licensed under the MIT license.