Wapi.js home page
Search documentation...
⌘K
Report Bug
Github
Github
Search...
Navigation
Guide
API Reference
Star us on GitHub
Sign up to WapiKit
Community
Quick Start
Introduction
Quick Start Guide
Installation and Preparations
Setup node
Setting up Wapi.js Application Development Environment
Whatsapp API setup
WhatsApp Business Platform
Create a Meta Business App
Getting API Key for WhatsApp Cloud Platform
Configuring Webhook
Building your application
Initiating the Wapi.js SDK
Building Message Components
Sending Messages
Handle Events
Replying and Reacting to messages
Handling Media
Addional Resources
Scope of Wapi.js SDK
Important Reference Links
Contributing to Wapi.js
Contact
On this page
Setting up Node.js Environment
Installing Node.js
Installation and Preparations
Setup node
Setting up Node.js Environment
To get started with Wapi.js, you need to have Node.js installed on your machine. If you don’t have Node.js installed, you can download it from the official website
here
.
Installing Node.js
To check if you already have Node.js installed on your system, open your terminal and run the following command:
Copy
node
-v
Windows
MacOS
Linux
On Windows, it’s as simple as installing any other program. Follow the steps below to install Node.js:
1
Download Node.js
Download the Node.js installer from the official website
here
.
2
Install
Run the installer and follow the instructions.
3
Check Installation
Once the installation is complete, open your terminal and run the following command to check if Node.js is installed:
Copy
node
-v
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Quick Start Guide
Setting up Wapi.js Application Development Environment
Assistant
Responses are generated using AI and may contain mistakes.