1.1.0 • Published 10 years ago
notificatio-me v1.1.0
notificatio-me for node
Wrapps the existing api from notificatio.me for sending messages to telegram users
Howto use:
var notificatiome = require('notificatio-me');
var hash = 'the hash from notifiaction.me';
var telegramPhoneNumber = '00411231231212';
var message = 'a message from alice to bob';
notificatiome.send(hash,telegramPhoneNumber,message)
.then( successCallback, errorCallback );
get your api key at http://www.notificatio.me/Account/Register