Skip to content

cityssm/random-words

 
 

Repository files navigation

random-words

npm Codacy Badge Maintainability Test Coverage AppVeyor Snyk Vulnerabilities for GitHub Repo

Based on the work in punkave/random-words. Forked to better manage the dependencies.

Installation

npm install @cityssm/random-words

Usage

import { getRandomWord } from "@cityssm/random-words";
const word = getRandomWord();

About

Generate a random English word. Handy for password generators.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 52.0%
  • TypeScript 48.0%