free-mobile-notifier

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i free-mobile-notifier

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • emersion