Skip to content

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

License

Notifications You must be signed in to change notification settings

gurrudev/whatsapp-bot-ecommerce

Repository files navigation

whatsapp-bot-ecommerce

📦Install

$ npm install

💻Usage

// 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

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published