1.0.0 • Published 1 year ago
speedscan v1.0.0
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 speedscan1.0.0
1 year ago