AlfandiMario df3ebb771c rm unused log
2024-11-19 18:26:33 +07:00
2024-11-19 18:26:33 +07:00
2024-11-12 14:04:28 +07:00
2024-11-12 14:04:28 +07:00
2024-11-12 14:04:28 +07:00
2024-11-19 18:26:33 +07:00
2024-11-12 14:04:28 +07:00
2024-11-12 14:04:28 +07:00

Sample config file

{
  "base_url": "https://cpone.aplikasi.web.id/one-api/",
  // Setiap 2 menit dari jam 6 sampai 20
  "schedule": [
    "0 */2 6-20 * *"
  ],
  "delay": 5,
  "row_per_batch": 50,
  "startDate": "2023-08-01", //yyyy-mm-dd tanggal data dicari dimulai
  "endDate": "2024-12-30", //yyyy-mm-dd tanggal data dicari berakhir
  "mcuID": "56" 
}

Install Dependencies

npm install

Build the source

npm run build

Compile

npm run compile 

Run

npm run start

Run Script

node .\dist\one-result-gw.js
Description
No description provided
Readme 716 KiB
Languages
TypeScript 100%