Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcomontalbano/github-emoji
This is a complete list of all GitHub Markdown emojis. You can simply search for "food" and get some 🍅 interesting 🍝 recipes 😋.
https://github.com/marcomontalbano/github-emoji
emoji emojis gh-pages github-emoji travis-ci
Last synced: 30 days ago
JSON representation
This is a complete list of all GitHub Markdown emojis. You can simply search for "food" and get some 🍅 interesting 🍝 recipes 😋.
- Host: GitHub
- URL: https://github.com/marcomontalbano/github-emoji
- Owner: marcomontalbano
- License: mit
- Created: 2018-04-28T15:26:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T15:26:06.000Z (3 months ago)
- Last Synced: 2024-10-05T23:14:44.560Z (about 1 month ago)
- Topics: emoji, emojis, gh-pages, github-emoji, travis-ci
- Language: JavaScript
- Homepage: https://marcomontalbano.github.io/github-emoji/
- Size: 19.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Emoji
[![Deploy to Pages](https://img.shields.io/github/actions/workflow/status/marcomontalbano/github-emoji/gh-pages.yaml?style=for-the-badge&logo=github&label=deploy%20to%20pages)](https://github.com/marcomontalbano/github-emoji/actions/workflows/gh-pages.yaml)
This is a complete list of all GitHub Markdown emojis.
As detailed in the [official documentation](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#using-emojis), incorporating emojis into your Markdown is straightforward. Simply type `:EMOJICODE:`—a colon followed by the emoji name. Typing `:` will prompt a list of suggested emojis and this **list is dynamically filtered as you type**.
Finding the ideal emoji can be challenging as it requires precise name input.
For instance, if you're feeling hungry but can't decide what to eat, locating a suitable dish becomes hard due to the need for specific keyword matching.
With _GitHub Emoji_, you can simply search for _"**food**"_ …
![Searching for "food"](https://github.com/marcomontalbano/github-emoji/assets/1681269/a49db760-a205-48e9-b314-7d0b27aace92)
## How it works
The emoji compilation is automatically generated from the [GitHub Emoji API](https://api.github.com/emojis) and integrated with keywords from the [Unicode Emoji List](https://www.unicode.org/emoji/charts/emoji-list.html).
This approach enables you to find emojis effortlessly. If you want to write the emojicode for a cute :parrot:, instead of typing `:parrot:`, you can search for `bird`, `pirate`, or `talk`.
After building the dictionary, I leverage [GitHub Actions](https://github.com/marcomontalbano/github-emoji/actions) to build the website and deploy it on GitHub Pages.