superb

Get superb like words

Usage no npm install needed!

<script type="module">
  import superb from 'https://cdn.skypack.dev/superb';
</script>

README

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.

Related

License

MIT © Sindre Sorhus