free-mobile-notifier
v1.0.1
Published
A simple Free mobile notification sender
Downloads
5
Maintainers
Readme
free-mobile-notifier
A simple Free mobile notification sender for Node.js.
Usage
var Notifier = require('free-mobile-notifier');
var userId = '', apiKey = '', msg = 'Hello World!';
Notifier(userId, apiKey).send(msg, function (err) {
console.log(err);
});
How to get an API key
Go to Free mobile's website, enable the option named Notifications par SMS and you'll get an API key.