# random-fact

> Output a random fact to your console

Latest version **2.1.1** (published 2022-01-14) · MIT license · 0 weekly downloads

## Install

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

Provides the command `random-fact`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.1 |
| Published | 2022-01-14 |
| First published | 2016-08-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 311.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Ryan Potter |
| Maintainers | ryanpotternz |

## Links

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

## Dependencies (3)

- [boxen](https://npm.io/package/boxen.md) ^6.2.1
- [chalk](https://npm.io/package/chalk.md) ^5.0.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.21

## Recent versions

- 2.1.1 (latest) — 2022-01-14
- 2.1.0 — 2022-01-14
- 2.0.0 — 2022-01-13
- 1.1.0 — 2016-11-01
- 1.0.8 — 2016-09-15
- 1.0.7 — 2016-09-05
- 1.0.6 — 2016-08-26
- 1.0.5 — 2016-08-26
- 1.0.4 — 2016-08-26
- 1.0.3 — 2016-08-26
- 1.0.2 — 2016-08-26
- 1.0.1 — 2016-08-26
- 1.0.0 — 2016-08-26

## README

# Random Fact

Make your build tasks a little more interesting, with a random fact!

![Example](https://github.com/Rhym/node-random-fact/blob/master/screenshot.png?raw=true)

## Installation

```bash
yarn add -D random-fact
```

## Usage

In your CLI run:

```bash
random-fact
```

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