# universal-speedtest

> Test your network speed using Ookla speedtest.

Latest version **3.0.0** (published 2024-12-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install universal-speedtest
pnpm add universal-speedtest
yarn add universal-speedtest
bun add universal-speedtest
```

## Health

**Score 45/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities; has provenance; high quality score.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2024-12-21 |
| First published | 2021-06-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=18.0.0 |
| Dependencies | 3 |
| Unpacked size | 99.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 16 |
| Author | Karel Krýda |
| Maintainers | karelkryda |
| Keywords | speed, test, fast, fast api, speed test, network, fast.com, api, universal, universal speed test, cloudflare |

## Links

- npm: https://www.npmjs.com/package/universal-speedtest
- Repository: https://github.com/karelkryda/universal-speedtest
- Homepage: https://github.com/karelkryda/universal-speedtest#readme
- Issues: https://github.com/karelkryda/universal-speedtest/issues
- npm.io page: https://npm.io/package/universal-speedtest

## Dependencies (3)

- [ws](https://npm.io/package/ws.md) ^8.18.0
- [convert](https://npm.io/package/convert.md) ^5.7.0
- [fast-xml-parser](https://npm.io/package/fast-xml-parser.md) ^4.5.1

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

- 3.0.0 (latest) — 2024-12-21
- 3.0.0-rc.1 (next) — 2024-10-06
- 3.0.0-rc.0 — 2024-09-28
- 2.0.6 — 2022-10-15
- 2.0.5 — 2022-05-11
- 2.0.4 — 2022-04-10
- 2.0.3 — 2022-04-03
- 2.0.2 — 2021-12-10
- 2.0.1 — 2021-12-10
- 2.0.0 — 2021-12-10
- 1.0.2 — 2021-07-20
- 1.0.0 — 2021-06-24

## README

# Universal Speedtest

<hr>
<div>
    <img src="https://img.shields.io/github/actions/workflow/status/karelkryda/universal-speedtest/development.yml?branch=development&label=Dev CI/CD&logo=github&style=for-the-badge" alt="Development CI/CD">
</div>
<div>
    <img src="https://img.shields.io/npm/v/universal-speedtest?logo=npm&style=for-the-badge" alt="Npm version">
    <img src="https://img.shields.io/github/languages/code-size/karelkryda/universal-speedtest?logo=npm&style=for-the-badge" alt="Code size">
    <img src="https://img.shields.io/npm/dw/universal-speedtest?logo=npm&style=for-the-badge" alt="Downloads">
</div>
<div>
    <img src="https://img.shields.io/github/issues/karelkryda/universal-speedtest?logo=github&style=for-the-badge" alt="Github issues">
    <img src="https://img.shields.io/github/stars/karelkryda/universal-speedtest?logo=github&style=for-the-badge" alt="Github stars">
    <img src="https://img.shields.io/github/license/karelkryda/universal-speedtest?logo=github&style=for-the-badge" alt="License">
</div>
<hr>

The Universal Speedtest library allows you to measure the speed of your internet connection using Ookla speedtest.

## 🔧 Installation

### Latest release

```bash
$ npm install --save universal-speedtest
```

### Latest development build

```bash
$ npm install --save github:karelkryda/universal-speedtest#build
```

## 📗 Documentation

The official documentation can be found [here](https://karel-kryda.gitbook.io/universal-speedtest/v/3).

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