blob: 09ca3cb07a9e7624178854aa18462d784894f07a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
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!
|