This project is an api that sends a message to a number using whatsapp web using an enpoint.
"/whats/number/message"
Host - http://localhost Port - 3400
# 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.