JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2428
  • Score
    100M100P100Q144022F
  • License MIT

Get superb like adjectives

Package Exports

  • superb

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 superb

Usage

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'