# superb

> Get superb like adjectives

Latest version **5.1.0** (published 2025-09-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install superb
pnpm add superb
yarn add superb
bun add superb
```

## Health

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

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

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.1.0 |
| Published | 2025-09-09 |
| First published | 2014-07-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=18.20 |
| Dependencies | 1 |
| Unpacked size | 5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 391 |
| Author | Sindre Sorhus |
| Maintainers | sindresorhus |
| Keywords | superb, awesome, word, words, list, array, random |

## Links

- npm: https://www.npmjs.com/package/superb
- Repository: https://github.com/sindresorhus/superb
- Homepage: https://github.com/sindresorhus/superb#readme
- Issues: https://github.com/sindresorhus/superb/issues
- Funding: https://github.com/sponsors/sindresorhus
- npm.io page: https://npm.io/package/superb

## Dependencies (1)

- [unique-random-array](https://npm.io/package/unique-random-array.md) ^3.0.0

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 5.1.0 (latest) — 2025-09-09
- 5.0.0 — 2024-04-30
- 4.0.0 — 2019-05-03
- 3.0.0 — 2018-07-14
- 2.0.0 — 2017-10-19
- 1.3.0 — 2016-02-13
- 1.2.0 — 2015-08-19
- 1.1.4 — 2015-05-01
- 1.1.3 — 2015-02-16
- 1.1.2 — 2015-01-22
- 1.1.1 — 2015-01-16
- 1.1.0 — 2015-01-14
- 1.0.6 — 2015-01-14
- 1.0.5 — 2014-11-20
- 1.0.4 — 2014-10-03
- … 4 more at https://npm.io/package/superb/versions

## README

# superb

> Get superb like adjectives

Currently ~100 adjectives. **I'm not accepting more words.**

The word list itself is just a [JSON file](superb-words.json) and can be used anywhere.

## Install

```sh
npm install superb
```

## Usage

```js
import superbWords from 'superb';

superbWords;
//=> ['ace', 'amazing', …]
```

## API

### superbWords

Type: `string[]`

All the adjectives in alphabetical order.

### randomSuperbWord()

Type: `Function`

Get a random adjective.

```js
import {randomSuperbWord} from 'superb';

randomSuperbWord();
//=> 'legendary'

randomSuperbWord();
//=> 'awesome'
```

## Related

- [superb-cli](https://github.com/sindresorhus/superb-cli) - CLI for this module
- [cat-names](https://github.com/sindresorhus/cat-names) - Get popular cat names
- [dog-names](https://github.com/sindresorhus/dog-names) - Get popular dog names
- [pokemon](https://github.com/sindresorhus/pokemon) - Get Pokémon names
- [superheroes](https://github.com/sindresorhus/superheroes) - Get superhero names
- [supervillains](https://github.com/sindresorhus/supervillains) - Get supervillain names
- [yes-no-words](https://github.com/sindresorhus/yes-no-words) - Get yes/no like words

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