/livetracking

Live Tracking Server for Locus Map https://www.locusmap.app/

Primary LanguageHTMLApache License 2.0Apache-2.0

Locus Map Live Tracking

Prepare

Clone this repo including the submodule.

Run it directly

pip3 install -r requirements.txt
python app.py

Dockerized Execution

docker build -t livetracking:latest .
docker run --rm --publish 5000:5000 --name livetracking livetracking:latest