You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-31
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
-
# WhatsApp Web.js REST API Wrapper
1
+
# WhatsAppWeb.js REST API Wrapper
2
2
3
3
REST API wrapper for the [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) library, providing an easy-to-use interface to interact with the WhatsApp Web platform. It is designed to be scalable, secure, and easy to integrate with other applications.
4
4
5
-
It came from my lack of knowlege with NodeJS and the need to create OTP authentication flow where I couldn't trust external services.
6
-
7
5
This project is far from perfect: star it, create issues, features or pull requests ❣️
8
6
9
7
**NOTE**: I can't guarantee you will not be blocked by using this method, although it has worked for me. WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be considered totally safe.
10
8
11
9
## Table of Contents
12
10
13
-
[1. Features](#features)
11
+
[1. Quick Start with Docker](#quick-start-with-docker)
14
12
15
-
[2. Quick Start with Docker](#quick-start-with-docker)
13
+
[2. Features](#features)
16
14
17
15
[3. Run Locally](#run-locally)
18
16
@@ -28,12 +26,42 @@ This project is far from perfect: star it, create issues, features or pull reque
0 commit comments