5.0.0 • Published 1 year ago
superb v5.0.0
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
- superb-cli - CLI for this module
- cat-names - Get popular cat names
- dog-names - Get popular dog names
- pokemon - Get Pokémon names
- superheroes - Get superhero names
- supervillains - Get supervillain names
- yes-no-words - Get yes/no like words
5.0.0
1 year ago
4.0.0
6 years ago
3.0.0
7 years ago
2.0.0
8 years ago
1.3.0
9 years ago
1.2.0
10 years ago
1.1.4
10 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.6
10 years ago
1.0.5
11 years ago
1.0.4
11 years ago
1.0.3
11 years ago
1.0.2
11 years ago
1.0.1
11 years ago
1.0.0
11 years ago