0.2.1 • Published 2 years ago

word-dice v0.2.1

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

Word dice

A nodejs lib to generate a random word (with true randomness) in the given iso language eg (en-US, pt-PT) Works on nodejs version v15.x or latter

Usage

npm i 'word-dice';

import wordDice from 'word-dice';

const word = wordDice.roll({
  minLength: 3,
  maxLength: 8,
  lang: 'en-US'
});

Supported languages

  • en-US
  • it-IT
  • pt-PT
  • pt-BR
  • pl-PL

Inspired by: https://www.npmjs.com/package/random-words

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago