1. superb
Get superb like words
superb
Package: superb
Created by: sindresorhus
Last modified: Mon, 27 Jun 2022 02:13:09 GMT
Version: 4.0.0
License: MIT
Downloads: 11,557
Repository: https://github.com/sindresorhus/superb

Install

npm install superb
yarn add superb

superb Build Status

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

 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.

License

MIT © Sindre Sorhus

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code