Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gemoji

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemoji

Information regarding (GitHub) emoji: gemoji

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27K
decreased by-8.66%
Maintainers
1
Weekly downloads
 
Created
Source

gemoji Build Status Coverage Status

Accessible information regarding (GitHub) emoji: gemoji.

Installation

npm:

$ npm install gemoji

Component:

$ component install wooorm/gemoji

Bower:

$ bower install gemoji

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 Supported-Gemoji.md.

Data

The emoji list (./data/emoji.json) is crawled from github/gemoji. 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

Keywords

FAQs

Package last updated on 29 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc