mirror of
https://github.com/cheveguerra/whatsapp-api-tutorial.git
synced 2026-04-18 03:39:27 +00:00
23 lines
856 B
Markdown
23 lines
856 B
Markdown
# Whatsapp API Tutorial
|
|
|
|
Hi, this is the implementation example of <a href="https://github.com/pedroslopez/whatsapp-web.js">whatsapp-web.js</a>
|
|
|
|
Watch the tutorials:
|
|
- <a href="https://youtu.be/IRRiN2ZQDc8">Whatsapp API Tutorial: Part 1</a>
|
|
- <a href="https://youtu.be/hYpRQ_FE1JI">Whatsapp API Tutorial: Part 2</a>
|
|
- <a href="https://youtu.be/uBu7Zfba1zA">Whatsapp API Tutorial: Tips & Tricks</a>
|
|
- <a href="https://youtu.be/ksVBXF-6Jtc">Whatsapp API Tutorial: Sending Media File</a>
|
|
|
|
### 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.
|