SpeedOf.Me API - Vanilla JavaScript

Vanilla JavaScript is the simplest way to integrate the SpeedOf.Me speed test. No frameworks, no build tools - just plain JavaScript that works in any browser.

The examples below demonstrate basic and advanced integration patterns.

Basic Integration

Minimal implementation showing the core API usage: configure, start test, display results.

View Demo

Advanced Integration

Full-featured implementation with progress updates, configurable options, and detailed results.

View Demo