cityssm/random-words

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# random-words

[![npm](https://img.shields.io/npm/v/@cityssm/random-words)](https://www.npmjs.com/package/@cityssm/random-words) [![Codacy Badge](https://img.shields.io/codacy/grade/11de7934f50041ef848dd81563ec8595)](https://www.codacy.com/gh/cityssm/random-words/dashboard) [![Maintainability](https://img.shields.io/codeclimate/maintainability/cityssm/random-words)](https://codeclimate.com/github/cityssm/random-words/maintainability) [![Test Coverage](https://img.shields.io/codeclimate/coverage/cityssm/random-words)](https://codeclimate.com/github/cityssm/random-words/test_coverage) ![AppVeyor](https://img.shields.io/appveyor/build/dangowans/random-words) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/cityssm/random-words)

Based on the work in [punkave/random-words](https://github.com/punkave/random-words).
Forked to better manage the dependencies.

## Installation

```bash
npm install @cityssm/random-words
```

## Usage

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