-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: sarthakjdev <[email protected]>
- Loading branch information
1 parent
234c784
commit 22b3dae
Showing
6 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
## 📌 Status | ||
|
||
Beta Version - This library is not stable right now. It is currently in beta version. Report issues [here](https://github.com/sarthakjdev/wapi.js/issues). | ||
Beta Version - This SDK is not stable right now. It is currently in beta version. Report issues [here](https://github.com/sarthakjdev/wapi.js/issues). | ||
|
||
## 📖 About | ||
|
||
|
@@ -35,15 +35,15 @@ Wapi.js is a JavaScript module, written in TypeScript, designed to interact with | |
|
||
## 💻 Installation | ||
|
||
Ensure you have the Node.js 18 LTS version to use this library. | ||
Ensure you have the Node.js 18 LTS version to use this SDK. | ||
|
||
```sh | ||
npm install @wapijs/wapi.js | ||
yarn add @wapijs/wapi.js | ||
pnpm install @wapijs/wapi.js | ||
``` | ||
|
||
> Note: This library is not affiliated with the official WhatsApp Cloud API or does not act as any official solution provided the the Meta Inclusive Private Limited, this is just a open source library built for developers to support them in building whatsapp cloud api based chat bots easily. | ||
> Note: This SDK is not affiliated with the official WhatsApp Cloud API or does not act as any official solution provided the the Meta Inclusive Private Limited, this is just a open source SDK built for developers to support them in building whatsapp cloud api based chat bots easily. | ||
## 🚀 Usage | ||
|
||
|
@@ -81,7 +81,7 @@ import { Client, TextMessage } from 'wapi.js' | |
}) | ||
|
||
await whatsappClient.message.send({ | ||
message: new TextMessage({ text: 'hiii, this is wapijs library' }), | ||
message: new TextMessage({ text: 'hiii, this is wapijs SDK' }), | ||
phoneNumber: 'XXXXXXXXXX' | ||
}) | ||
|
||
|
@@ -91,7 +91,7 @@ import { Client, TextMessage } from 'wapi.js' | |
|
||
whatsappClient.on('TextMessage', async (message) => { | ||
message.reply({ | ||
message: new TextMessage({ text: 'hiii, this is wapijs library' }),, | ||
message: new TextMessage({ text: 'hiii, this is wapijs SDK' }),, | ||
}) | ||
}) | ||
|
||
|
@@ -124,4 +124,4 @@ Distributed under the Apache 2.0 License. View [LICENSE](./LICENSE). | |
- Email: [email protected] | ||
- [Twitter](https://twitter.com/sarthakjdev) | [LinkedIn](https://www.linkedin.com/in/sarthakjdev) | ||
|
||
Note: This library is part of an open-source product-building initiative by [Softlancer](https://github.com/softlancerhq), and this repository will soon be moved under the same organization. | ||
Note: This SDK is part of an open-source product-building initiative by [Softlancer](https://github.com/softlancerhq), and this repository will soon be moved under the same organization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "wapijs", | ||
"version": "0.0.1", | ||
"description": "wapi.js is a node library built for developing whatsapp cloud API based app in a user friendly way.", | ||
"description": "wapi.js is a node SDK built for developing whatsapp cloud API based app in a user friendly way.", | ||
"private": true, | ||
"scripts": { | ||
"watch": "turbo watch --concurrency=3", | ||
|
@@ -25,7 +25,8 @@ | |
"nodejs", | ||
"@wapijs/wapi.js", | ||
"wapi.js", | ||
"wapi.js library" | ||
"wapi.js SDK", | ||
"software-development-kit" | ||
], | ||
"authors": [ | ||
"[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
"typescript", | ||
"nodejs", | ||
"@wapijs/wapi.js", | ||
"wapi.js library" | ||
"wapi.js SDK" | ||
], | ||
"authors": [ | ||
"[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
## 📌 Status | ||
|
||
Beta Version - This library is not stable right now. It is currently in beta version. Report issues [here](https://github.com/sarthakjdev/wapi.js/issues). | ||
Beta Version - This SDK is not stable right now. It is currently in beta version. Report issues [here](https://github.com/sarthakjdev/wapi.js/issues). | ||
|
||
## 📖 About | ||
|
||
|
@@ -30,15 +30,15 @@ Wapi.js is a JavaScript module, written in TypeScript, designed to interact with | |
|
||
## 💻 Installation | ||
|
||
Ensure you have the Node.js 18 LTS version to use this library. | ||
Ensure you have the Node.js 18 LTS version to use this SDK. | ||
|
||
```sh | ||
npm install @wapijs/wapi.js | ||
yarn add @wapijs/wapi.js | ||
pnpm install @wapijs/wapi.js | ||
``` | ||
|
||
> Note: This library is not affiliated with the official WhatsApp Cloud API or does not act as any official solution provided the the Meta Inclusive Private Limited, this is just a open source library built for developers to support them in building whatsapp cloud api based chat bots easily. | ||
> Note: This SDK is not affiliated with the official WhatsApp Cloud API or does not act as any official solution provided the the Meta Inclusive Private Limited, this is just a open source SDK built for developers to support them in building whatsapp cloud api based chat bots easily. | ||
## 🚀 Usage | ||
|
||
|
@@ -76,7 +76,7 @@ import { Client, TextMessage } from 'wapi.js' | |
}) | ||
|
||
await whatsappClient.message.send({ | ||
message: new TextMessage({ text: 'hiii, this is wapijs library' }), | ||
message: new TextMessage({ text: 'hiii, this is wapijs SDK' }), | ||
phoneNumber: 'XXXXXXXXXX' | ||
}) | ||
|
||
|
@@ -86,7 +86,7 @@ import { Client, TextMessage } from 'wapi.js' | |
|
||
whatsappClient.on('TextMessage', async (message) => { | ||
message.reply({ | ||
message: new TextMessage({ text: 'hiii, this is wapijs library' }),, | ||
message: new TextMessage({ text: 'hiii, this is wapijs SDK' }),, | ||
}) | ||
}) | ||
|
||
|
@@ -113,4 +113,4 @@ Distributed under the Apache 2.0 License. View [LICENSE](./LICENSE). | |
- Email: [email protected] | ||
- [Twitter](https://twitter.com/sarthakjdev) | [LinkedIn](https://www.linkedin.com/in/sarthakjdev) | ||
|
||
Note: This library is part of an open-source product-building initiative by [Softlancer](https://github.com/softlancerhq), and this repository will soon be moved under the same organization. | ||
Note: This SDK is part of an open-source product-building initiative by [Softlancer](https://github.com/softlancerhq), and this repository will soon be moved under the same organization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters