maukirim-whatsapp-sdk
v0.0.4
Published
MauKirim Official WhatsApp SDK Client
Downloads
2
Maintainers
Readme
MauKirim - A simple whatsapp api for sending messages over whatsapp
Installation
$ npm install maukirim-whatsapp-sdk
Usage
- Register on MauKirim use Promo Code
MAUKIRIM2023
to get free credits - Create new instance on MauKirim and pairing your whatsapp number
- Generate your API Key on detail instance page
- Use your API
import {UseWhatsapp} from 'maukirim-whatsapp-sdk';
const whatsapp = UseWhatsapp({
token: "xxxxxxxxxxxxxxxxxxxxxx",
});
const handleSendTest = () => {
whatsapp.request("62xxxxx", "Hello World").then((res) => {
console.log("Status", res);
});
};
About MauKirim
Simple API for sending messages over whatsapp. No need to install whatsapp on your server. Just use our API and you can send messages over whatsapp. With low cost and easy to use.