@cityssm/random-words

Generate one or more common English words

Usage no npm install needed!

<script type="module">
  import cityssmRandomWords from 'https://cdn.skypack.dev/@cityssm/random-words';
</script>

README

random-words

Codacy Badge Maintainability Test Coverage David 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();