2020-10-30 18:08:01 +08:00
2020-10-13 14:49:40 +08:00
2020-10-13 14:49:40 +08:00
2020-10-13 14:49:40 +08:00
2020-10-13 14:49:40 +08:00
2020-10-30 18:08:01 +08:00

Whatsapp API Tutorial

Hi, this is the implementation example of whatsapp-web.js

Watch the tutorials:

How to use?

  • Clone or download this repo
  • Enter to the project directory
  • Run npm install
  • Run npm run start
  • Open browser and go to address http://localhost:8000
  • Scan the QR Code
  • Enjoy!

Notes

As mentioned in the video above, you have installed nodemon to run the start script. You can install nodemon globally with npm i -g nodemon command.

Description
No description provided
Readme 245 KiB
Languages
JavaScript 68.3%
HTML 31.7%