superb alternatives and similar modules
Based on the "Weird" category.
Alternatively, view superb alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of superb or a related project?
README
superb
Get superb like words
Currently ~100 words. I'm not accepting more words.
The word list itself is just a [JSON file](words.json) and can be used anywhere.
Install
$ npm install superb
Usage
const superb = require('superb');
superb.random();
//=> 'legendary'
superb.random();
//=> 'awesome'
superb.all;
//=> ['ace', 'amazing', …]
API
.all
Type: string[]
All the words in alphabetical order.
.random()
Type: Function
Random word.
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
License
MIT © Sindre Sorhus
*Note that all licence references and agreements mentioned in the superb README section above
are relevant to that project's source code only.