1.0.2 • Published 9 years ago

node-skebby v1.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

Skebby Wrapper for NodeJS

Installation

Install the dependencies

npm install

Create a .skebby-config.json file in the root path where you will put your skebby credentials.

You can see an example in the file .skebby-config-example.json

Example

var Skebby = require('node-skebby');

var s = new Skebby();
s.addRecipient('393396803445');
s.addRecipient('39339680344444');

s.addRecipient(['12341341414', '34542542545']);
s.setMessage('Hello World!');

s.send(function(err,data) {
  console.log(err, data);
});
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago