# speed-test **Repository Path**: mirrors_sindresorhus/speed-test ## Basic Information - **Project Name**: speed-test - **Description**: Test your internet connection speed and ping using speedtest.net from the CLI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # speed-test > Test your internet connection speed and ping using [speedtest.net](https://www.speedtest.net) from the CLI ## Install Ensure you have [Node.js](https://nodejs.org) version 12.20+ installed. Then run the following: ```sh npm install --global speed-test ``` ## Usage ``` $ speed-test --help Usage $ speed-test Options --json -j Output the result as JSON --bytes -b Output the result in megabytes per second (MBps) --verbose -v Output more detailed information ``` ## Links - [Product Hunt post](https://www.producthunt.com/posts/speed-test-cli) ## Related - [fast-cli](https://github.com/sindresorhus/fast-cli) - Test your download speed using fast.com