Simple Self-Hosted API Webhook for WhatsApp
it's a simple self-hosted API webhook for WhatsApp, you can use it to send messages from your WhatsApp number from any application that can make HTTP requests.
-
Clone this repository
git clone https://github.com/nurhudajoantama/whess cd whess
-
Install dependencies
yarn # or npm install
-
Create a
.env
file and fill it with your credentialscp .env.example .env
or actually you can use
token:generate
to generateUSER_TOKEN
yarn token:generate # or npm run token:generate
-
Run the server
yarn start # or npm run start
Generated by Nurhuda Joantama