Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```