$ cnpm install 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.
$ npm install superb
const superb = require('superb');
superb.random();
//=> 'legendary'
superb.random();
//=> 'awesome'
superb.all;
//=> ['ace', 'amazing', …]
Type: string[]
All the words in alphabetical order.
Type: Function
Random word.
MIT © Sindre Sorhus
Copyright 2013 - present © cnpmjs.org | Home |