chrishubert / whatsapp-api

This project is a REST API wrapper for the whatsapp-web.js library, providing an easy-to-use interface to interact with the WhatsApp Web platform.
https://www.christophehubert.com
Other
886 stars 398 forks source link

Add simple react frontend to manage sessions and add a websocket server #253

Open donin1129 opened 3 months ago

donin1129 commented 3 months ago

Hi @chrishubert ,

Thanks for the good work. I don't know if it is some feature you would like to add, but I personally find it nice to have a simple UI help me manging sessions.

In this change, I did the following:

  1. Added a react frontend
  2. Added a websocket server to allow duplex communication and event driven design
  3. Added a few endpoints to help the frontend work properly
sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

donin1129 commented 3 months ago

Sorry. Just noticed the complaint from sonarcloud. If you want to merge the feature. I can fix those complaints.