@cjser/superb
v5.1.0-cjser.2
Published
Get superb like adjectives
Maintainers
Readme
superb
Get superb like adjectives
Currently ~100 adjectives. I'm not accepting more words.
The word list itself is just a JSON file and can be used anywhere.
Install
npm install superbUsage
import superbWords from 'superb';
superbWords;
//=> ['ace', 'amazing', …]API
superbWords
Type: string[]
All the adjectives in alphabetical order.
randomSuperbWord()
Type: Function
Get a random adjective.
import {randomSuperbWord} from 'superb';
randomSuperbWord();
//=> 'legendary'
randomSuperbWord();
//=> 'awesome'Related
- superb-cli - CLI for this module
- cat-names - Get popular cat names
- dog-names - Get popular dog names
- pokemon - Get Pokémon names
- superheroes - Get superhero names
- supervillains - Get supervillain names
- yes-no-words - Get yes/no like words
cjser
This package is a CommonJS-compatible build generated by cjser for projects that still need require() support. The source version matches the original npm package version, with a cjser prerelease suffix for this generated build.
Original repository: https://github.com/sindresorhus/superb
