Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivangkansal/random-emoji

Using Emojicode to return random emojis.
https://github.com/shivangkansal/random-emoji

emoji emojicode open-api

Last synced: about 2 months ago
JSON representation

Using Emojicode to return random emojis.

Awesome Lists containing this project

README

        

# 😀 Random Emoji Printer

Small tool to return random emojis.\
Written in Emojicode.

## Generate updated emoji list

Create [Open Emoji API](https://emoji-api.com/) 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](https://www.emojicode.org/)
2. Run:
```
$ ./compile.sh
```
3. Binary will be built into `dist/`

### Made By : Shivang Kansal