1.2.0 • Published 1 year ago

sendpk-sms-client v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

SendPK SMS Client

This package provides a simple and efficient client for sending SMS messages via the Send.pk 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!

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago