An open API service indexing awesome lists of open source software.

https://github.com/gurrudev/whatsapp-bot-ecommerce

Whatsap-bot for eccmmerce store using nodejs with no third party app's like 'twilio' and 'chatapi'
https://github.com/gurrudev/whatsapp-bot-ecommerce

bot ecommerce javascript nodejs whatsapp whatsapp-bot

Last synced: 2 months ago
JSON representation

Whatsap-bot for eccmmerce store using nodejs with no third party app's like 'twilio' and 'chatapi'

Awesome Lists containing this project

README

          

# whatsapp-bot-ecommerce

📦Install

```sh
$ npm install
```

💻Usage

```js
// make the changes in the sample.env.js
const development = {
...process.env,
NODE_ENV: process.env.NODE_ENV || 'development',
PORT: process.env.PORT,
Meta_WA_VerifyToken: process.env.Meta_WA_VerifyToken,
Meta_WA_accessToken: process.env.Meta_WA_accessToken,
Meta_WA_SenderPhoneNumberId: process.env.Meta_WA_SenderPhoneNumberId,
Meta_WA_wabaId: process.env.Meta_WA_wabaId,
};
```

🚀Start

```sh
$ npm run dev
or
$ pm2 start app.js
or
$ npm start
```