1.1.0 • Published 10 years ago

notificatio-me v1.1.0

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

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 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

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago