2.1.0 • Published 8 years ago

sparrow-sms v2.1.0

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

#sparrow-sms Node module to easily access sparrowSMS's APIs via JavaScript.

Note: The module is work in progress, and is still in alpha. Use accordingly.

##Resources: SparrowSMS's official API

##Available Functions:

###1. setAuth({token, identity});

###2. sendSMS({text, recipients});

  • {String} text - 160 character at max
  • {String} recipients - Command separated numbers

###3. getCredit();

##Usage: See example.js.