Published on npm

This commit is contained in:
Pedro Lopez
2019-03-20 00:45:29 -04:00
parent 80690728e6
commit 9ae17a5c27
2 changed files with 6 additions and 1 deletions

View File

@@ -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`

View File

@@ -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": {