0.2.2 • Published 8 years ago

superb-spanish v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

superb-spanish Build Status

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

0.2.2

8 years ago

0.2.1

8 years ago

0.1.1

8 years ago

0.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago