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

GitHub emoji: gemoji

  • 3.0.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

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

Installation

npm:

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

Keywords

FAQs

Package last updated on 27 Nov 2016

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