superb
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 5.0.0
    94
    • latest

Version History

Package Sidebar

Install

npm i superb

Weekly Downloads

2,861

Version

5.0.0

License

MIT

Unpacked Size

5.19 kB

Total Files

6

Last publish

Collaborators

  • sindresorhus