Skip to content

antoniorrm/api-whatsapp-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api for send messenge with whatsapp web

💻 Project

This project is an api that sends a message to a number using whatsapp web using an enpoint.

🔗 Endpoint

"/whats/number/message"

⌨️ Server Config

Host - http://localhost Port - 3400

⛏ For test

# Clone this repository
git clone https://github.com/antoniorrm/api-whatsapp-web
# Go into the repository
cd api-whatsapp-web
# Install dependencies
yarn install or yarn
# Run the app
yarn start

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.