@raphaelvserafim/client-api-whatsapp 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,11 +27,16 @@
27
27
  - **Website:** [https://api-wa.me](https://api-wa.me)
28
28
 
29
29
  ## Installation
30
-
31
30
  ```bash
32
- ```
31
+ npm i @raphaelvserafim/client-api-whatsapp
32
+ ```
33
+ ```bash
34
+ yarn add @raphaelvserafim/client-api-whatsapp
35
+ ```
33
36
 
34
37
  ```js
38
+ import WhatsApp from '@raphaelvserafim/client-api-whatsapp';
39
+
35
40
  const whatsapp = new WhatsApp({ server: "https://us.api-wa.me", key: "12345678" });
36
41
  const to = "559999999999" // If you want to send it to the group = 123456789@us
37
42
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raphaelvserafim/client-api-whatsapp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "With our API, you can send text, audio, video, and image messages quickly and easily. Adapt to your business communication needs comprehensively.",
5
5
  "main": "dist/WhatsApp.js",
6
6
  "types": "dist/WhatsApp.d.ts",