An open API service indexing awesome lists of open source software.

https://github.com/shahidcodes/msg91.js

A simple promise based msg91.com sdk for modern javascript. Written in typescript.
https://github.com/shahidcodes/msg91.js

msg91 msg91-api msg91-sdk msg91js

Last synced: about 2 months ago
JSON representation

A simple promise based msg91.com sdk for modern javascript. Written in typescript.

Awesome Lists containing this project

README

          

Welcome to msg91.js 👋




Version


Documentation


License: Apache--2.0


Twitter: shahidcodes

> 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!
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)_