msg91.js
Version:
A simplified, promise based msg91.com javascript sdk
65 lines (45 loc) ⢠1.69 kB
Markdown
<h1 align="center">Welcome to msg91.js š</h1>
<p>
<a href="https://www.npmjs.com/package/msg91.js" target="_blank">
<img alt="Version" src="https://img.shields.io/npm/v/msg91.js.svg">
</a>
<a href="https://github.com/shahidcodes/msg91.js/blob/master/docs.md" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
<a href="#" target="_blank">
<img alt="License: Apache--2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" />
</a>
<a href="https://twitter.com/shahidcodes" target="_blank">
<img alt="Twitter: shahidcodes" src="https://img.shields.io/twitter/follow/shahidcodes.svg?style=social" />
</a>
</p>
> A simplified, promise based [msg91.com](https://msg91.com) javascript sdk.
### š [Homepage](https://github.com/shahidcodes/msg91.js/blob/master/README.md)
## Install
```sh
npm install
```
## Usage
```sh
const msg91 = require('msg91.js');
```
## Documentations
- [APIs](https://github.com/shahidcodes/msg91.js/blob/master/docs.md)
## Run tests
```sh
# test otp
node tests/index.js
# to test sms
node tests/sms.js
```
## Author
š¤ **Shahid Kamal**
- Website: http://shahidkamal.ml
- Twitter: [@shahidcodes](https://twitter.com/shahidcodes)
- Github: [@shahidcodes](https://github.com/shahidcodes)
## š¤ Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/shahidcodes/msg91.js/issues).
## Show your support
Give a āļø if this project helped you!
---
_This README was generated with ā¤ļø by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_