spotboard / domjudge-converter

An experimental script that converts DOMJudge's API results into spotboard-compatible JSONs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotboard DOMjudge converter

This converter generates contest.json and runs.json file for Spotboard using DOMjudge API v4.
It was tested with DOMjudge 7.1.0

Requirements

  • Node.js 8+

Install package

$ npm install

Before Start

Open the admin panel and select 'Configuration'. Find 'data_source' option and make sure this value is set to 0.

If you have a question why it should be 0, please check this issue.
DOMjudge/domjudge#612

Configuration

config.js

How to run

$ npm start

About

An experimental script that converts DOMJudge's API results into spotboard-compatible JSONs.


Languages

Language:JavaScript 100.0%