imtaqin / wacheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your Logo

Whatsapp Number Checker API

A brief description of what your project does.


Table of Contents

About

Back to top

Maybe you searching for this one right? this is free , no cost , no susbscription

Features

Back to top

  • Multi Account
  • Handling session
  • Easy to use

Installation

Back to top

first clone this repository

> git clone https://github.com/imtaqin/wacheck
> cd wacheck
> npm install
> npm start

Usage

Back to top

  • Open website in localhost:3000

  • it'll show like this

Your Logo

  • Scan the QR code

  • if it's show the message connection success , then you successfully connected the device to the server

Check the number

make request GET to localhost:3000/check-number/<phone>

then you will get the response

{
"number": "xxxxxx",
"status": true
}

About


Languages

Language:JavaScript 75.7%Language:CSS 17.2%Language:Pug 7.1%