/qual-o-mat

A Wahl-O-Mat clone

Primary LanguageGo

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
$