# speed-test

> Test your internet connection speed and ping using [speedtest.net](https://www.speedtest.net) from the CLI

<img src="screenshot.gif" width="404">

## Install

Ensure you have [Node.js](https://nodejs.org) version 12+ installed. Then run the following:

```sh
npm install --global speed-test
```

## Usage

```
$ speed-test --help

  Usage
    $ speed-test

  Options
    --json -j     Output the result as JSON
    --bytes -b    Output the result in megabytes per second (MBps)
    --verbose -v  Output more detailed information
```

## Links

- [Product Hunt post](https://www.producthunt.com/posts/speed-test-cli)

## Related

- [fast-cli](https://github.com/sindresorhus/fast-cli) - Test your download speed using fast.com
