1.0.1 • Published 8 years ago

free-mobile-notifier v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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.