Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 575 Bytes

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