gupshup-whatsapp-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Gupshup Whatsapp SDK for NodeJS

The Gupshup whatsapp SDK for NodeJS make it easy to develop chatbot / autoreply using Gupshup Whatsapp API

Instalation

yarn add gupshup-whatsapp-sdk
# or
npm install --save gupshup-whatsapp-sdk

Usage

1. Initialization

const { Client } = require("gupshup-whatsapp-sdk");

const client = new Client({
  APP_KEY: process.env.APP_KEY,
});

Readme

Keywords

none

Package Sidebar

Install

npm i gupshup-whatsapp-sdk

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

15.3 kB

Total Files

14

Last publish

Collaborators

  • arukio