1.0.1 • Published 7 years ago

msg-91 v1.0.1

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

MSG91 Node.js API

Installation

npm install msg-91 --save

Usage

const msg91 = require('msg91')

/*
    * Key - API Key
    * Sender - Sender ID
    * Route - SMS Route (1 for promotional & 4 for transactional)
    * number - country code + phone (XXXXXXXXXX or XXXXXXXXXX, XXXXXXXXXX, XXXXXXXXXX)

*/

msg91.sendSMS(key, sender, route, number, message, function(status) {
    console.log(status)
})
1.0.1

7 years ago

1.0.0

7 years ago