From: Bernhard Großer <30469627+boerniee@users.noreply.github.com>
Date: Sat, 5 Nov 2022 14:32:56 +0000 (+0100)
Subject: Speedtesttracker integration (#262)
X-Git-Tag: v22.11.1~4
X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b5048fc353db26186563bb2b1319941b5c11a54a;p=github%2Fbastienwirtz%2Fhomer.git
Speedtesttracker integration (#262)
added SpeedtestTracker service
---
diff --git a/docs/customservices.md b/docs/customservices.md
index 2e74443..b81094e 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -340,3 +340,7 @@ Configuration example:
type: "CopyToClipboard"
clipboard: "this text will be copied to your clipboard"
```
+
+## SpeedtestTracker
+
+For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`.
diff --git a/src/components/services/SpeedtestTracker.vue b/src/components/services/SpeedtestTracker.vue
new file mode 100644
index 0000000..f836001
--- /dev/null
+++ b/src/components/services/SpeedtestTracker.vue
@@ -0,0 +1,86 @@
+
+