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

https://github.com/up9cloud/gemoji-index

A database with indices for Github gemoji
https://github.com/up9cloud/gemoji-index

Last synced: 4 months ago
JSON representation

A database with indices for Github gemoji

Awesome Lists containing this project

README

          

# gemoji-index

A database with indices for Github [gemoji](https://github.com/github/gemoji/blob/master/db/emoji.json)

## Usage

```html

var rand = Math.floor(Math.random() * gemoji.aliases.length) + 1
console.log(':' + gemoji.aliases[rand] + ':')

```

```html

$.getJSON('https://unpkg.com/gemoji-index/json/aliases.json', function (aliases) {
var rand = Math.floor(Math.random() * aliases.length) + 1
console.log(':' + aliases[rand] + ':')
})

```

## Indices

See https://unpkg.com/gemoji-index/

## License

`Source code`: MIT

`gemoji`: See https://github.com/github/gemoji/blob/master/LICENSE