0.1.2 • Published 10 years ago

elastique v0.1.2

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

Elastique

http://push.elastique.nl/

Installation

$ npm install elastique --save

Quick Start

var Elastique = require('elastique');
var elastique = new Elastique([yourApiKey], [yourApiSecret]);
elastique.on('success', function(){ 
	console.log('Push notificiation successfully sent'); 
});
elastique.on('error', function(err){ 
	console.error('Error sending push notificiation', err); 
});
elastique.push('your awesome push notificiation');

Example

$ npm run-script example
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago