Featured comment
Sindre Sorhus
@sindresorhus · Aspiring kitten & open-sourcerer 🦄
I've previously made a CLI for speedtest.net called speed-test, so I thought it would be a fun exercise to make one for Fast.com too. This one was harder though, as they don't have a public API, so I ended up having to use a headless browser.
6sharetweet・
Hunter
Makers
Discussion
M
Sindre Sorhus
@sindresorhus · Aspiring kitten & open-sourcerer 🦄
I've previously made a CLI for speedtest.net called speed-test, so I thought it would be a fun exercise to make one for Fast.com too. This one was harder though, as they don't have a public API, so I ended up having to use a headless browser.
H
Mike Coutermarsh
@mscccc · Code @ Product Hunt
That was fast
a CLI for testing your internet speed from your console.
$ npm install --global fast-cli
https://github.com/sindresorhus/...
M
Sindre Sorhus
@sindresorhus · Aspiring kitten & open-sourcerer 🦄 · Referenced in “Command-Line Tools”
🦄