https://github.com/sindresorhus/superb
Get superb like words
https://github.com/sindresorhus/superb
Last synced: about 1 month ago
JSON representation
Get superb like words
- Host: GitHub
- URL: https://github.com/sindresorhus/superb
- Owner: sindresorhus
- License: mit
- Created: 2014-07-08T12:22:21.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T07:43:26.000Z (2 months ago)
- Last Synced: 2025-09-09T10:27:07.697Z (2 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 393
- Watchers: 9
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-nodejs - superb - Get superb like words. (Packages / Weird)
- awesome-node - superb - Get superb like words. (Packages / Weird)
- awesome-nodejs - superb - Get superb like words - ★ 303 (Weird)
- awesome-nodejs-cn - superb - **star:393** 获得一流的喜欢的话 (包 / 奇怪的)
- awesome-nodejs-cn - superb - 获取表达 “极好的” 意思的词汇 (包 / 怪诞的)
- fucking-awesome-nodejs - superb - Get superb like words. (Packages / Weird)
- fucking-awesome-nodejs - superb - Get superb like words. (Packages / Weird)
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