Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rotick/searchemoji
🔍Search for Emoji, 🖱️Click to Copy - Emoji Search Engine Supporting 30 Languages
https://github.com/rotick/searchemoji
Last synced: 14 days ago
JSON representation
🔍Search for Emoji, 🖱️Click to Copy - Emoji Search Engine Supporting 30 Languages
- Host: GitHub
- URL: https://github.com/rotick/searchemoji
- Owner: rotick
- License: mit
- Created: 2023-11-12T10:13:30.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T14:06:43.000Z (5 months ago)
- Last Synced: 2024-07-31T08:19:23.622Z (3 months ago)
- Language: Vue
- Homepage: https://searchemoji.app/
- Size: 105 MB
- Stars: 212
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🧐 SearchEmoji
🔍Search for Emoji, 🖱️Click to Copy - Emoji Search Engine Supporting 30 Languages
![SearchEmoji](./assets/screenshot.jpg)
Let Emojis bring your content to life. SearchEmoji houses the largest collection of emojis from around the world. Find exactly the emoji you need through powerful search functions—either search by keyword or browse through categories. Preview any emoji and copy it with one click into your documents, messages, and social posts.
## Emoji Data
Emoji data comes from [Unicode](https://unicode.org/Public/emoji/latest/emoji-test.txt), Multilingual names and keywords are generated by GPT-3.5-turbo. You can view the detailed generation code in the `/scripts` directory, or you can directly view the generated results in the `/data` directory.
## Contributing
The content generated by AI may be inaccurate. If you encounter problems or want to correct the name and keywords, you can submit an issue or submit a PR directly.
## Development
```bash
# install
pnpm install# development
pnpm run dev# build for production
pnpm run build
```