https://github.com/Romaric250/pingflow
A command-line tool to test your internet speed
https://github.com/Romaric250/pingflow
cli-speed-tester download-speed internet-speed-test network-speed nodejs-speed-test
Last synced: 28 days ago
JSON representation
A command-line tool to test your internet speed
- Host: GitHub
- URL: https://github.com/Romaric250/pingflow
- Owner: Romaric250
- Created: 2023-10-20T03:22:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T19:05:54.000Z (about 1 month ago)
- Last Synced: 2025-05-07T04:28:37.911Z (about 1 month ago)
- Topics: cli-speed-tester, download-speed, internet-speed-test, network-speed, nodejs-speed-test
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iTest - Internet Speed Tester
iTest is a command-line tool designed to measure your internet download speed using various testing servers. It provides a stylish and real-time progress bar and offers a detailed summary of the download speed in Mbps. You can easily check your internet speed with a simple command.
## Features
- Measure your internet download speed in real-time.
- Displays a progress bar to show download completion.
- Provides the average download speed at the end of the test.
- Customizable with various test file sizes.
- Compatible with Windows, macOS, and Linux.## Installation
First, ensure you have Node.js installed on your system.
To install the iTest tool globally via npm, run the following command:
```bash
npm install -g pingflow
```
### Usage```bash
pingflow```
```bash
🚀 Starting Test...
Testing speed...
In Progress... [█████████████████████████████░░] 92%
Download Speed: 5.97 Mbps
Test Completed
```
## ContributingContributions are welcome! Feel free to submit a pull request or open an issue to suggest improvements or report bugs.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
###Happy testing@Romaric250