whatsapp-cloud-api-js

(★ 184)

TypeScript client for the WhatsApp Cloud API

File Explorer

  • .gitignore
  • eslint.config.js
  • package-lock.json
  • package.json
  • README.md
  • tsconfig.json
  • tsdown.config.ts
  • typedoc.json
  • vitest.config.ts

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

next

View Details ▼

React framework that uses server-side rendering for building optimized web applications.

next dev

Start the current application in development mode:

next dev {{[-p|--port]}} {{port}}

Start the current application and listen on a specific port:

next build

Build the current application optimized for production:

🔍

npm install

View Details ▼

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

🔍

NAMED

View Details ▼

Execute the DNS (Dynamic Name Service) server daemon that converts host names to IP addresses and vice versa.

named

Read the default configuration file `/etc/named.conf`, read any initial data and listen for queries:

named -c {{path/to/named.conf}}

Read a custom configuration file:

named {{-4|-6}}

Use IPv4 or IPv6 only, even if the host machine is capable of utilising other protocols:

# Project Badges

// repository documentation