This package provides a simple and efficient client for sending SMS messages via the Sendpk.com SMS service provider in Pakistan.
You must have Nodejs v8.0.0 or higher and NPM package manager.
npm install sendpk-sms-client
import { SMSClient } from "sendpk-sms-client"
const client = new SMSClient("Your API KEY", "BrandName");
If you are still using require()
to import you modules.
const { SMSClient } = require("sendpk-sms-client");
const client = new SMSClient("Your API KEY", "BrandName");
The Basic Usage
Unfortunately, the project doesn't follow any contribution template. So, It means you can easily work on an issue or create a new issue (if doesn't already exist), fix issue and create a pull request (PR).
Note Make a separate branch and name identical of your branches to any issue you solved. Every contribution you make will be highly appreciated by us!
This project was founded by Faisal Jan. A student and a developer who loves to create software programs that help any individual or organization.
- You can follow him on Twitter
Thank you, And have a nice day!