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.
- Host: GitHub
- URL: https://github.com/shahidcodes/msg91.js
- Owner: shahidcodes
- License: apache-2.0
- Created: 2020-08-11T18:23:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T09:22:44.000Z (over 5 years ago)
- Last Synced: 2023-12-26T17:18:07.647Z (about 2 years ago)
- Topics: msg91, msg91-api, msg91-sdk, msg91js
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Welcome to msg91.js 👋
> 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)_