CLI tool to test your internet speed using fast.com (Netflix).
Run it once, no install needed:
npx fastdotcomOr install it for good:
npm install -g fastdotcom # then run: fast
brew install longsien/tap/fastfast # run a full speed test
fast --no-upload # skip the upload test
fast --json # print results as JSON
fast --duration 10 # measure each direction for 10s (3-30, default ~6)
fast --no-tui # plain line output (auto when piped or NO_COLOR is set)
fast --version # print the version
fast --help # all optionsMIT © Long Sien
