A brief description of what your project does.
Table of Contents
Maybe you searching for this one right? this is free , no cost , no susbscription
- Multi Account
- Handling session
- Easy to use
first clone this repository
> git clone https://github.com/imtaqin/wacheck
> cd wacheck
> npm install
> npm start
-
Open website in
localhost:3000
-
it'll show like this
-
Scan the QR code
-
if it's show the message connection success , then you successfully connected the device to the server
make request GET
to localhost:3000/check-number/<phone>
then you will get the response
{
"number": "xxxxxx",
"status": true
}