speed-test is a Node.js CLI tool that measures internet connection speed and ping using the speedtest.net service. It provides a straightforward command-line interface to quickly assess bandwidth metrics like download, upload, and ping latency. The current stable version is 3.0.0, which requires Node.js 12.20 or higher. While primarily designed for global CLI usage, it also offers a programmatic API for integration into other JavaScript projects. Releases typically follow dependency updates or Node.js compatibility changes, maintaining a focus on simplicity and reliability.
npm install speed-testVerified import paths — ran on the pinned version, not inferred.
Demonstrates global installation and common command-line usages of the speed-test CLI tool.
Upgrade your Node.js installation to version 12.20.0 or higher. Use `nvm` or your system's package manager for managing Node.js versions.
For browser-based speed tests, consider using a different library designed for the browser environment or invoke the CLI tool from a backend service.
Update your Node.js environment to version 12.20.0 or greater. Refer to `nodejs.org` for installation instructions.
Install the package globally using `npm install --global speed-test` or ensure your npm global bin directory is in your system's PATH.
Verify your internet connection, check firewall settings, or try running the test again later. You might also try a different speed test tool if the issue persists.
No dependency data recorded yet.