https://github.com/arweb-software-services/whatsapp-api
This is a API for sending messages through Whatsapp without any third party API
https://github.com/arweb-software-services/whatsapp-api
whatsapp whatsapp-api whatsapp-web
Last synced: about 2 months ago
JSON representation
This is a API for sending messages through Whatsapp without any third party API
- Host: GitHub
- URL: https://github.com/arweb-software-services/whatsapp-api
- Owner: ArWeb-Software-Services
- Created: 2024-09-23T18:12:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T18:49:43.000Z (over 1 year ago)
- Last Synced: 2025-06-03T20:18:43.257Z (about 1 year ago)
- Topics: whatsapp, whatsapp-api, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
```
npm init -y
npm install express whatsapp-web.js qrcode
npm install multer
npm install cors
```