An open API service indexing awesome lists of open source software.

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

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
```
## Contributing

Contributions 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