Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Get Started

TheSnowfield edited this page Apr 22, 2020 · 8 revisions

Install node

BotArcAPI needs NodeJS to working correctly

Debian 9 or 10

$ sudo apt update 
$ sudo apt install nodejs npm

Windows

Click here to download latest stable version

Maybe you need install node-pre-gyp to install sqlite3 and sqlite-async node module

$ npm i -g node-pre-gyp

Initialize node modules

$ cd ./botarcapi
$ npm i

Start service

$ npm start

Configs

You could edit source/corefunc/config.js directly

Click here to view all available field

Clone this wiki locally