0.0.2 • Published 10 years ago

urbanairship.node v0.0.2

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

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.

0.0.2

10 years ago

0.0.1

10 years ago