1.0.5 • Published 4 years ago

npm-bulksms24 v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

BULKSMS24 SMS GATEWAY API

Here we are providing bulksms service currently only Bangladesh

Installation for Node.js

npm install npm-bulksms24

Setup and Run

const BulkSMS24 = require("npm-bulksms24")

let SMSSetup = new BulkSMS24("xxx","xxx");

SMSSetup.sendMessage(["01xxxxxxxxxx"],"SMS Api Check for nodejs").then((value) => {
    console.log(value); 
  });


  SMSSetup.getBalance().then((value) => { 
    console.log(value); 
  });

License

MIT

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago