Speed Pairing
Create and manage sessions effortlessly with our high-speed QR , Pairing engine.
The Ultimate Session Manager for WhatsApp Automation
Create and manage sessions effortlessly with our high-speed QR , Pairing engine.
100% transparent and community-driven project on GitHub.
Optimized for performance and data security.
Download the latest stable version and start Deploying .
Download Zipname: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install --legacy-peer-deps
- name: Start application
run: npm start