Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shivangkansal/random-emoji
- Owner: SHIVANGKANSAL
- License: mit
- Created: 2022-12-10T10:46:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T11:01:51.000Z (about 2 years ago)
- Last Synced: 2024-10-21T05:19:21.184Z (3 months ago)
- Topics: emoji, emojicode, open-api
- Language: JavaScript
- Homepage: https://github.com/SHIVANGKANSAL/Random-Emoji.git
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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