Skip to content

jscMR/node-clickatell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Clickatell API client library for nodejs

Resources

Stars

Watchers

Forks

Packages

No packages published