https://github.com/vikbert/speedor
A node.js command line to test the internet speed in the terminal.
https://github.com/vikbert/speedor
cli node speedtest wlan
Last synced: about 2 months ago
JSON representation
A node.js command line to test the internet speed in the terminal.
- Host: GitHub
- URL: https://github.com/vikbert/speedor
- Owner: vikbert
- Created: 2021-01-31T21:03:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T21:40:09.000Z (over 5 years ago)
- Last Synced: 2025-06-03T23:56:44.137Z (about 1 year ago)
- Topics: cli, node, speedtest, wlan
- Language: JavaScript
- Homepage: https://vikbert.github.io
- Size: 202 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
---
## Starting started
```bash
$ npm install --global speedor
$ speedor
```
## Usage
```
$ speedor --help
Usage
$ speedor
Options
--json -j Output the result as JSON
--bytes -b Output the result in megabytes per second (MBps)
--verbose -v Output more detailed information
```
## License
MIT © [vikbert](https://vikbert.github.io)