Skip to content

DarkeNima/SenayaX-md-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG




  

👨‍🔧 A WhatsApp based third party application that provide many services with a real-time automated conversational experience.

Release date : 2024-11-29 | Last update : 2024-12-14 | Last version : 2.0.2 |

|| GET SESSION 💃

GET SESSION SERVER 01

GET SESSION SERVER 02

ALL SERVERS NOT WORKING CLICK HERE

|| DEPLOYMENT PLATFORMS 💃


Deploy to Koyeb

Deploy on Railway

Deploy on heroku


fork dark-shuter


WORKFLOW CODE

name: Node.js CI

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

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

    - name: Start application
      run: npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors