speedscan
v1.0.0
Published
A TypeScript-powered CLI tool for checking internet speed using the speedtest-net package.
Downloads
2
Readme
speedscan
speedscan
is a command-line tool built with TypeScript that allows users to check their internet speed. It leverages the speedtest-net
package to measure download and upload speeds, as well as ping latency.
Features
- Check internet speed directly from your terminal
- Option to specify a server ID for testing
- Verbose mode for detailed output
- Built with TypeScript to ensure type safety and modern development practices
Installation
You can install speedscan
globally to use it from anywhere on your system:
npm install -g speedscan