summaryrefslogtreecommitdiff
path: root/node_modules/emoji-random/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/emoji-random/README.md')
-rw-r--r--node_modules/emoji-random/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/emoji-random/README.md b/node_modules/emoji-random/README.md
new file mode 100644
index 0000000..09ca3cb
--- /dev/null
+++ b/node_modules/emoji-random/README.md
@@ -0,0 +1,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!