Welcome to the WhatsApp API Server repository! This server application provides developers with a robust solution for integrating WhatsApp messaging capabilities into their projects. Leveraging TypeScript and Twilio templates, this server simplifies the process of sending messages via WhatsApp, offering a seamless communication experience.
- Node.js & TypeScript: Developed using modern web technologies for enhanced performance and maintainability.
- Twilio Integration: Utilizes Twilio templates for reliable and scalable message delivery.
- RESTful API: Provides a RESTful interface for easy integration with client applications.
- Customization: Easily customize message templates and functionality to fit your project's requirements.
- Scalability: Designed to handle large volumes of messages and scale alongside your application.
To set up the WhatsApp API Server, follow these steps:
- Clone the repository:
git clone https://github.com/Manudam69/whatsapp-api.git
- Install dependencies:
cd whatsapp-api npm install
- Configure environment variables:
cp .env.example .env
- Start the server:
npm run dev