This package has been deprecated

Author message:

DEPRECATED: notificatio.me is no longer running

notificatio-me

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i notificatio-me

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • longstone