# netspeed-xlsx

> Simple CLI to test out your network speed with up to 2 hosts.

Latest version **1.0.1** (published 2022-02-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install netspeed-xlsx
pnpm add netspeed-xlsx
yarn add netspeed-xlsx
bun add netspeed-xlsx
```

Provides the command `netspeed-xlsx`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-02-22 |
| First published | 2022-02-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 7.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Aku-mi |
| Maintainers | aku-mi |
| Keywords | speed, test, net |

## Links

- npm: https://www.npmjs.com/package/netspeed-xlsx
- Repository: https://github.com/Aku-mi/netspeed-xlsx
- Homepage: https://github.com/Aku-mi/netspeed-xlsx#readme
- Issues: https://github.com/Aku-mi/netspeed-xlsx/issues
- npm.io page: https://npm.io/package/netspeed-xlsx

## Dependencies (3)

- [commander](https://npm.io/package/commander.md) ^8.1.0
- [excel4node](https://npm.io/package/excel4node.md) ^1.7.2
- [speedtest-net](https://npm.io/package/speedtest-net.md) ^2.2.0

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2022-02-22

## README

## Simple CLI to test out your network speed with up to 2 hosts.

- Hosts:

  - colombia
  - mexico
  - usa
  - germany
  - japan

```shell
 Options:
  -V, --version          output the version number
  -r  , --runs  <runs>   amount of runs (default: 1)
  -t  , --time  <time>   time between runs (default: 0)
  -H1 , --host1 <host1>  host1 to connect to (default: "usa")
  -H2 , --host2 <host2>  host2 to connect to (default: "")
  -w  , --watch          Watch for changes and export data to xlxs file (default: false)
  -s  , --seconds        set time unit to seconds, default: minutes (default: false)
  -h, --help             display help for command
```

> Based on https://github.com/ddsol/speedtest.net

> Servers taken from: https://williamyaps.github.io/wlmjavascript/servercli.html

### Usage:

```shell
netspeed-xlsx -r 2 -w -s -t 50 -H1 usa -H2 japan
```

    It will output two files in this case.
    They will be placed into your cwd.

---
_Source: https://npm.io/package/netspeed-xlsx · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
