Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wooorm/gemoji

Repository files navigation

gemoji Build Status Coverage Status

GitHub emoji: gemoji. Information on emoji such as description, names, and tags.

Installation

npm:

npm install gemoji

gemoji is also available for bower, component, and duo, and as an AMD, CommonJS, and globals module, uncompressed and compressed.

Usage

var gemoji = require('gemoji');

gemoji.name['cat'];

Yields:

{
  "description": "cat face",
  "names": ["cat"],
  "tags": ["pet"],
  "name": "cat",
  "emoji": "🐱"
}

By unicode emoji

gemoji.unicode['🐶'];

Yields:

{
  "description": "dog face",
  "names": ["dog"],
  "tags": ["pet"],
  "name": "dog",
  "emoji": "🐶"
}

...and...

gemoji.unicode['\uD83D\uDCA9'];

Yields:

{
  "description": "pile of poo",
  "names": ["hankey", "poop", "shit"],
  "tags": ["crap"],
  "name": "hankey",
  "emoji": "💩"
}

Supported Gemoji

See support.md.

Data

The emoji list is crawled from github/gemoji and later processed for relevant information. See its license for more information.

No images are included in this repository—the copyrighted material may or may not be available on the users computer.

License

MIT © Titus Wormer

About

Info on gemoji (GitHub Emoji)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 3

  •  
  •  
  •