An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




Test the internet connection speed and ping speedtest.net from the CLI



PRs Welcome


MIT License




---

## 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)