From e3f11b308f042bc6db6d542a9f91aa08736fb130 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Sun, 17 Feb 2019 04:20:56 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index baf962d..16b17f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # whastapp-web.js A WhatsApp API client that connects through the WhatsApp Web browser app + +It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocked. + +This is still very much a work in progress, but you can check out [example.js](./example.js) to see how to read and send messages.