# random-shout

> Useless module for random shouting

Latest version **3.0.0** (published 2022-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install random-shout
pnpm add random-shout
yarn add random-shout
bun add random-shout
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2022-06-25 |
| First published | 2019-02-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=16.15.1 |
| Dependencies | 1 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Geir Gåsodden |
| Maintainers | zrrrzzt |
| Keywords | shout, random, useless |

## Links

- npm: https://www.npmjs.com/package/random-shout
- Repository: https://github.com/zrrrzzt/random-shout
- Homepage: https://github.com/zrrrzzt/random-shout#readme
- Issues: https://github.com/zrrrzzt/random-shout/issues
- npm.io page: https://npm.io/package/random-shout

## Dependencies (1)

- [crypto-shuffle](https://npm.io/package/crypto-shuffle.md) 1.0.1

## Recent versions

- 3.0.0 (latest) — 2022-06-25
- 2.0.6 — 2022-04-30
- 2.0.5 — 2021-10-11
- 2.0.4 — 2020-11-14
- 2.0.3 — 2020-08-04
- 2.0.2 — 2020-08-02
- 2.0.1 — 2020-04-04
- 2.0.0 — 2020-03-08
- 1.1.11 — 2019-11-11
- 1.1.4 — 2019-09-29
- 1.1.3 — 2019-08-28
- 1.1.2 — 2019-03-30
- 1.1.1 — 2019-02-22
- 1.1.0 — 2019-02-19
- 1.0.0 — 2019-02-19

## README

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

# random-shout

Useless module for random shouting.

It takes a string, changes a random selection of words to UPPER CASE and adds a random number of exclamation marks.

# Usage

```JavaScript
import { randomShout } from 'random-shout'
const sentence = 'To be, or not to be, that is the question'
console.log(randomShout(sentence)) //=> To be, OR NOT to BE, THAT IS the QUESTION!!
console.log(randomShout(sentence)) //=> To BE, or NOT to be, that is THE QUESTION!!!!
console.log(randomShout(sentence)) //=> To be, or not to be, that is the question!!!
```

# License

[MIT](LICENSE)

---
_Source: https://npm.io/package/random-shout · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
