superb-spanish
v0.2.2
Published
Get superb like words in spanish
Downloads
4
Maintainers
Readme
superb-spanish
Get superb like words in Spanish
The word list itself is just a JSON file and can be used wherever.
Install
$ npm install --save superb-spanish
Usage
const superbSpanish = require('superb-spanish');
superbSpanish();
//=> 'maravilloso'
superbSpanish();
//=> 'alucinante'
superbSpanish.words
// ['alucinante', 'asombroso', ...]
API
superbSpanish()
input
Type: string
Random superb like word.
options
superbSpanish.words
Type: array
All the words
CLI
$ npm install --global superb-spanish
$ superb-spanish --help
Examples
$ superb-spanish
legendario
$ superb-spanish --all
alucinante
asombroso
...
Options
--all Get all the words instead of a random word
License
MIT © Ricky Paun