Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imedadel/emojis-list
An up-to-date emojis list from https://unicode.org/emoji/charts/emoji-list.html
https://github.com/imedadel/emojis-list
Last synced: 5 days ago
JSON representation
An up-to-date emojis list from https://unicode.org/emoji/charts/emoji-list.html
- Host: GitHub
- URL: https://github.com/imedadel/emojis-list
- Owner: imedadel
- Created: 2021-07-08T18:58:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T07:25:45.000Z (over 3 years ago)
- Last Synced: 2024-12-22T10:34:24.199Z (12 days ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emojis List
> An up-to-date emojis list from https://unicode.org/emoji/charts/emoji-list.html## How to use
You can either copy the JSON file, clone this repository, or fetch the JSON file using JsDelivr CDN
### Full
```
https://cdn.jsdelivr.net/gh/ImedAdel/emojis-list/emojis.json
```### Minified
```
https://cdn.jsdelivr.net/gh/ImedAdel/emojis-list/emojis.min.json
```## How to re-fetch
```sh
deno run -A fetch.ts
```