mirror of
https://github.com/cheveguerra/whatsapp-api-tutorial.git
synced 2026-04-18 03:39:27 +00:00
1a7078043ca74ca5d30002a196b3e000d27dc230
Whatsapp API Tutorial
Hi, this is the implementation example of whatsapp-web.js
Watch the tutorials:
- Whatsapp API Tutorial: Part 1
- Whatsapp API Tutorial: Part 2
- Whatsapp API Tutorial: Tips & Tricks
- Whatsapp API Tutorial: Sending Media File
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
Languages
JavaScript
68.3%
HTML
31.7%