Popularity
3.8
Stable
Activity
0.0
Stable
394
10
59

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Weird     List     CLI     Cli-app     Random     Rand     Bin     Array     Words     Word     Awesome     Superb    
Latest version: v4.0.0

superb alternatives and similar modules

Based on the "Weird" category.
Alternatively, view superb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of superb or a related project?

Add another 'Weird' Module

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

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.