Skip to content

This package provides a simple and efficient client for sending SMS messages via the send.pk SMS service provider in Pakistan.

Notifications You must be signed in to change notification settings

FaisaljanBaloch/sendpk-sms-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SendPK SMS Client

This package provides a simple and efficient client for sending SMS messages via the Sendpk.com SMS service provider in Pakistan.

Installation

You must have Nodejs v8.0.0 or higher and NPM package manager.

npm install sendpk-sms-client

Loading and Configuring the module

ES Modules (ESM)

import { SMSClient } from "sendpk-sms-client"
const client = new SMSClient("Your API KEY", "BrandName");

CommonJS

If you are still using require() to import you modules.

const { SMSClient } = require("sendpk-sms-client");
const client = new SMSClient("Your API KEY", "BrandName");

Documentation

The Basic Usage

Contribution

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!

Author

This project was founded by Faisal Jan. A student and a developer who loves to create software programs that help any individual or organization.

Thank you, And have a nice day!

About

This package provides a simple and efficient client for sending SMS messages via the send.pk SMS service provider in Pakistan.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published