From c3ba79464bffdb370dacbdea7e305ce533e3131d Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Tue, 31 Mar 2020 12:43:03 -0400 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edf17ef..c14dafd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![npm](https://img.shields.io/npm/v/whatsapp-web.js.svg)](https://www.npmjs.com/package/whatsapp-web.js) [![Depfu](https://badges.depfu.com/badges/4a65a0de96ece65fdf39e294e0c8dcba/overview.svg)](https://depfu.com/github/pedroslopez/whatsapp-web.js?project_id=9765) ![WhatsApp_Web 0.4.1307](https://img.shields.io/badge/WhatsApp_Web-0.4.1307-brightgreen.svg) +[![npm](https://img.shields.io/npm/v/whatsapp-web.js.svg)](https://www.npmjs.com/package/whatsapp-web.js) [![Depfu](https://badges.depfu.com/badges/4a65a0de96ece65fdf39e294e0c8dcba/overview.svg)](https://depfu.com/github/pedroslopez/whatsapp-web.js?project_id=9765) ![WhatsApp_Web 0.4.2088](https://img.shields.io/badge/WhatsApp_Web-0.4.2088-brightgreen.svg) # whatsapp-web.js A WhatsApp API client that connects through the WhatsApp Web browser app @@ -46,7 +46,7 @@ Take a look at [example.js](https://github.com/pedroslopez/whatsapp-web.js/blob/ | Send messages | ✅ | | Receive messages | ✅ | | Send media (images/audio/documents) | ✅ | -| Send media (video) | ✅ (requires google chrome) | +| Send media (video) | ✅ [(requires google chrome)](https://github.com/pedroslopez/whatsapp-web.js/issues/78#issuecomment-592723583) | | Send stickers | _pending_ | | Receive media (images/audio/video/documents) | ✅ | | Send contact cards | _pending_ | @@ -68,9 +68,34 @@ Something missing? Make an issue and let us know! ## Links -* [Documentation](https://pedroslopez.me/whatsapp-web.js) _(preview)_ +* [Reference](https://pedroslopez.me/whatsapp-web.js) +* [Guide](https://waguide.pedroslopez.me/) _(work in progress)_ * [GitHub](https://github.com/pedroslopez/whatsapp-web.js) ## Contributing Pull requests are welcome! If you see something you'd like to add, please do. For drastic changes, please open an issue first. + +## Donating + +You can support the maintainer of this project through the link below + +[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/psla/) + +## Disclaimer + +This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with WhatsApp or any of its subsidiaries or its affiliates. The official WhatsApp website can be found at https://whatsapp.com. "WhatsApp" as well as related names, marks, emblems and images are registered trademarks of their respective owners. + +## License + +Copyright 2019 Pedro S Lopez + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this project except in compliance with the License. +You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.