Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 359 Bytes

Qual-O-Mat

Qual-O-Mat is a clone of the Wahl-O-Mat. "Clone" means, it uses its extracted data from qual-o-mat-data and displays a list of elections and their questions. It is a webserver written in Go.

Compile

$ npm install
$ npm run-script build
$ go build
$