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: 4 months ago
JSON representation
Whatsapp api yang dapat digunakan untuk multiple device
- Host: GitHub
- URL: https://github.com/awasefra/wa-api-multiple
- Owner: Awasefra
- Created: 2024-08-15T03:44:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T16:29:23.000Z (11 months ago)
- Last Synced: 2025-01-25T07:41:52.260Z (6 months ago)
- Topics: expressjs, nodejs, socket-io, whatsapp-api
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:35002. After that will sow ui to add client
3. Fill form and klik button tambah client
4. system will created client and loading connection
5. After that, server will show qrCode, scan that using ur whastapp phone

6. Whatssapp Ready To Use
7. Test That Using Wa, chat number is linked to whatsapp api using !bro or skuy. then will reply like that:
## 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