1.0.1 • Published 7 years ago

moozisms-js v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

MOOZISMS-JAVASCRIPT_SDK

Javascript client for send sms via moozisms platform

Before using this sdk ensure you have your API keys and acces Token else you can get it at moozisms.com/dashboard

###INSTALL MODULE

   npm install moozisms-js

###USAGE

    var moozi = require('moozisms-js')

    var sender = new moozi(/*ACCOUNT_SID*/,/*AUTH_TOKEN*/)

    sender.send(/*Sender Alphanumeric ID*/,/*Receiver phone Number*/,/*Message Body*/);

####Enjoy your code