Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 475 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 475 Bytes

😀 Random Emoji Printer

Small tool to return random emojis.
Written in Emojicode.

Generate updated emoji list

Create Open Emoji API key and set it as env var EMOJI_API_KEY.

Run the Deno script:

$ deno run --allow-env --allow-net --allow-write generate_emoji_list.js

Build

  1. Install Emojicode
  2. Run:
$ ./compile.sh
  1. Binary will be built into dist/

Made By : Shivang Kansal