superb

v1.2.0
Get superb like words
cli-app cli bin superb awesome word words list array and 3 more...

superb

Get superb like words

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

The word list itself is just a JSON file and can be used anywhere.

Install

npm install superb

Usage

import superbWords from 'superb';

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

API

superbWords

Type: string[]

All the words in alphabetical order.

randomSuperbWord

Type: Function

Get a random word.

import {randomSuperbWord} from 'superb';

randomSuperbWord();
//=> 'legendary'

randomSuperbWord();
//=> 'awesome'

Related

Metadata

  • MIT
  • >=0.10.0
  • Sindre Sorhus
  • released 8/19/2015

Downloads

Maintainers