luka5 / livetracking

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:HTML 64.1%Language:Python 32.5%Language:Dockerfile 3.4%