Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/awasefra/wa-api-multiple

Whatsapp api yang dapat digunakan untuk multiple device
https://github.com/awasefra/wa-api-multiple

expressjs nodejs socket-io whatsapp-api

Last synced: 17 days ago
JSON representation

Whatsapp api yang dapat digunakan untuk multiple device

Awesome Lists containing this project

README

        

## Whatsapp Api
This is a whatsapp api for send message.

## Requirement
** Node js v20.15.1 or latest

## How To Install

1. Clone my repository:

```
git clone https://github.com/Awasefra/wa-api-multiple.git
```

2. change directory to name of project:

```
cd repository-name
```

3. Install dependencies:

Dengan npm:

```bash
npm install
```
4. Copy .env.example to .env
```bash
cp .env.example .env
```

## run project

Dengan npm:

```bash
npm start
```

## Ho To Use
1. When start project we will show app running at port same with configure at .env. open that at browser. example: 127.0.0.1:3500

2. After that will sow ui to add client
![landing page](https://github.com/user-attachments/assets/2b2ffad6-4794-4ca5-8259-09cf1bdf3488)

3. Fill form and klik button tambah client
![input](https://github.com/user-attachments/assets/6aa8f1da-8cd5-4e41-80da-02ac58a1d297)

4. system will created client and loading connection
![loading](https://github.com/user-attachments/assets/7f716472-c9af-4117-a6f1-73243d59f55e)

5. After that, server will show qrCode, scan that using ur whastapp phone
![scan-qr](https://github.com/user-attachments/assets/cf38e0e6-d168-49f5-9b58-8863c64c442c)
![qr scanned](https://github.com/user-attachments/assets/04a922d9-3ae1-4855-9379-b574cad65bf3)

6. Whatssapp Ready To Use
![ready](https://github.com/user-attachments/assets/762554e5-2c9e-48e0-a9c9-b42bd864c100)

7. Test That Using Wa, chat number is linked to whatsapp api using !bro or skuy. then will reply like that:
![test](https://github.com/user-attachments/assets/2306701e-827a-43cc-8d7b-50d95d374e58)

## Important!!!
I had bug when develop this, u can see my issue at Tab Issue and select the issue that i pinned. Or u can access that link https://github.com/Awasefra/wa-api-multiple/issues/1#issue-2468735267