1.0.2 • Published 10 years ago

goroost v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Goroost NodeJS module

NodeJS API for https://goroost.com/

###Send Notification

var roost = require('goroost')('APP_KEY', 'APP_SECRET');

var notification = {
  alert: 'Hello There',
  url: 'http://goroost.com',
  segments: ['registered'],
};

roost.send(notification, function (err, result) {
  if (err) {
    console.log(err);
  } else {
    console.log(result);
  }
});
1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago