A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way.
- Install deps
- (Dev)
npm install
- (Prod)
npm install --omit=dev && npm run installBrowser
- (Dev)
- Build
npm run build
- Run
npm run start
docker-compose up -d
version: '3'
services:
breitbandmessung:
image: "elschnagoo/breitbandmessung:latest"
volumes:
- ./export:/app/export
# environment:
# CRON: '0 8-20 * * *'
Uncomment the cron value in compose file to use cron mode