diff --git a/README.md b/README.md index f9fe434..1160984 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![npm](https://img.shields.io/npm/v/whatsapp-web.js.svg)](https://www.npmjs.com/package/whatsapp-web.js) # whatsapp-web.js A WhatsApp API client that connects through the WhatsApp Web browser app @@ -6,3 +7,7 @@ It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocke **NOTE:** I can't guarantee you will not be blocked by using this method, although it has worked for me. WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be considered totally safe. 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. + +## Installation + +The module is now available on npm! `npm i whatsapp-web.js` diff --git a/package.json b/package.json index 46d62f3..fc1263b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsapp-web.js", - "version": "0.0.1", + "version": "0.1.0", "description": "Library for interacting with the WhatsApp Web API ", "main": "./index.js", "scripts": {