whatsapp-api-js
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "whatsapp-api-js", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"author": "Secreto31126", | ||
@@ -16,5 +16,20 @@ "description": "A Whatsapp Official API helper for Node.js", | ||
"whatsapp", | ||
"cloud", | ||
"api", | ||
"helper", | ||
"bot" | ||
"framework", | ||
"whatsapp-cloud", | ||
"cloud-api", | ||
"whatsapp-cloud-api", | ||
"whatsapp-business", | ||
"whatsapp-business-api", | ||
"bot", | ||
"whatsapp-bot", | ||
"chatbot", | ||
"bot-framework", | ||
"nodejs", | ||
"deno", | ||
"bun", | ||
"bot-api", | ||
"whatsapp-api", | ||
"business-api" | ||
], | ||
@@ -21,0 +36,0 @@ "repository": { |
# whatsapp-api-js | ||
A Whatsapp's Official API helper for Node.js [(and others)](#running-outside-of-nodejs) | ||
A Whatsapp's Official API framework for Node.js [(and others)](#running-outside-of-nodejs) | ||
@@ -98,6 +98,6 @@ ## Disclaimers | ||
Since @0.4.2, the module will check if fetch is available, and fallback to "cross-fetch" if not. | ||
This will allow the same script to be run in many different enviroments, such as a web browser, Deno, | ||
Bun, and maybe even TypeScript, idk about this last one ¯\\\_(ツ)\_/¯. | ||
This will allow the same script to be run in many different enviroments, such as a web browser, Deno and Bun. | ||
Personal suggestion, use [esm.sh](https://esm.sh/) to import the code directly from npm, works flawlessly with Deno. | ||
Bun seems to be more picky with the urls, but using ```bun install whatsapp-api-js``` works great for me. | ||
@@ -134,3 +134,4 @@ Some examples: | ||
The package documentation is available in [whatsappapijs.web.app](https://whatsappapijs.web.app/) and [secreto31126.github.io/whatsapp-api-js](https://secreto31126.github.io/whatsapp-api-js/). | ||
The package documentation is available in [whatsappapijs.web.app](https://whatsappapijs.web.app/) and | ||
[secreto31126.github.io/whatsapp-api-js](https://secreto31126.github.io/whatsapp-api-js/). | ||
@@ -137,0 +138,0 @@ ## Beta releases |
102083
148