# emoji-random

> Creates a random emoji string. This is as useless as it gets.

Latest version **0.1.2** (published 2013-12-26) · 0 weekly downloads

## Install

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

Provides the command `emoji-random`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2013-12-26 |
| First published | 2013-09-11 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Nicolas Bevacqua |
| Maintainers | bevacqua |

## Links

- npm: https://www.npmjs.com/package/emoji-random
- Homepage: https://github.com/bevacqua/node-emoji-random
- npm.io page: https://npm.io/package/emoji-random

## Recent versions

- 0.1.2 (latest) — 2013-12-26
- 0.1.1 — 2013-12-26
- 0.1.0 — 2013-09-11

## README

node-emoji-random
=================

Creates a random emoji string. This is as useless as it gets.

## Install

```shell
npm install --save emoji-random
```

Or, globally, to use the CLI:

```shell
npm install -g emoji-random
```

## Use

```js
var emoji = require('emoji-random');

console.log(emoji.random());
```

Or, in your command line

```shell
$ emoji-random
```

Keep trying until you get an :octocat: `':octocat:'`.

Now with individual commits with each emoji!

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