This application scrapes the download, upload speed and latency from fast.com using puppeteer and then visuzalizes the data using Grafana.
- Docker
- clone the repo.
- Create
.env
file and add the following variables:
- INFLUXDB_PORT
- INFLUXDB_USER
- INFLUXDB_PASSWORD
- Run
docker compose up
to build and run the containers.