node-clickatell

0.0.5 • Public • Published

NPM version Build Status Dependency Status

Clickatell API client library for nodejs

Install

$ npm install --save node-clickatell

Usage

 
var Clickatell = require('node-clickatell');
 
var click = new Clickatell({
  user : '[Your user]',
  password:'[Your password]',
  api_id : '[Your api ID]'
});
 
click.sendmsg("message to send",['ToPhoneNumber'],function(res){
  console.log(res); // ID: 4c640d23a882b331563a2a5dcab258a8
});

License

MIT © ManyRoots

Package Sidebar

Install

npm i node-clickatell

Weekly Downloads

16

Version

0.0.5

License

MIT

Last publish

Collaborators

  • manyroots