/notificatio-me

[DEPRECATED] notificatio.me is no longer running]a simple wrapper for the already simple api to sending messages to telegram users

Primary LanguageJavaScript

[deprecated] notificatio.me is no longer running

Build Status Coverage Status

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 config = {};
config.hash = 'the hash from notifiaction.me';
config.telegramPhoneNumber = '00411231231212';
config.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