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
- Host: GitHub
- URL: https://github.com/up9cloud/gemoji-index
- Owner: up9cloud
- License: mit
- Created: 2019-02-27T00:14:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:24:18.000Z (over 3 years ago)
- Last Synced: 2025-10-09T15:33:43.362Z (8 months ago)
- Language: JavaScript
- Size: 222 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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