mirror of
https://github.com/Codegres-com/Simple-Whatsapp-API.git
synced 2026-04-26 20:35:55 +03:00
[PR #1] [MERGED] feat: Implement Simple WhatsApp API #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Simple-Whatsapp-API#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Codegres-com/Simple-Whatsapp-API/pull/1
Author: @Codegres-com
Created: 9/30/2025
Status: ✅ Merged
Merged: 9/30/2025
Merged by: @Codegres-com
Base:
main← Head:feat/simple-whatsapp-api📝 Commits (1)
843bb9ffeat: Implement Simple WhatsApp API📊 Changes
10 files changed (+2875 additions, -53 deletions)
View changed files
➕
.gitignore(+8 -0)📝
README.md(+122 -53)➕
package-lock.json(+2439 -0)➕
package.json(+28 -0)➕
src/controllers/authController.js(+42 -0)➕
src/controllers/messageController.js(+51 -0)➕
src/index.js(+27 -0)➕
src/middleware/authMiddleware.js(+18 -0)➕
src/routes/api.js(+19 -0)➕
src/services/whatsapp.js(+121 -0)📄 Description
This commit introduces a complete Node.js application that provides a simple API for sending WhatsApp messages and attachments.
The API is built with Express.js and uses the
whatsapp-web.jslibrary to connect to a WhatsApp account.Key Features:
/api/connect) or an image (/api/connect/image)./api/send-message)./api/send-attachment)..envfile.README.mdwith setup and usage instructions.The code is structured by feature into
controllers,services,routes, andmiddlewaredirectories.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.