All Projects → IonicaBizau → Emoji Dictionary

IonicaBizau / Emoji Dictionary

Licence: mit
Convert emoji names in unicode characters and vice versa.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Emoji Dictionary

Code Overflow
Awesome Coding Problems
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Dvc
🦉Data Version Control | Git for Data & Models | ML Experiments Management
Stars: ✭ 9,004 (+25625.71%)
Mutual labels:  hacktoberfest
Post Bootcamp Study
A repository of learning resources geared towards those who have attended coding bootcamps.
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Fox V3
Cogs for Red-DiscordBot V3 by Bobloy
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Moviepy
Video editing with Python
Stars: ✭ 8,795 (+25028.57%)
Mutual labels:  hacktoberfest
Powershell Docs
The official PowerShell documentation sources
Stars: ✭ 968 (+2665.71%)
Mutual labels:  hacktoberfest
Yii2 Queue
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman
Stars: ✭ 977 (+2691.43%)
Mutual labels:  hacktoberfest
Ninjabotcore
C# Discord Bot Created Using .Net Core
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Electron Packager
Electron Packager is a command line tool and Node.js library that bundles Electron-based application source code with a renamed Electron executable and supporting files into folders ready for distribution.
Stars: ✭ 7,860 (+22357.14%)
Mutual labels:  hacktoberfest
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Illuminations
Fireflies and other illuminations to make your world more enjoyable in darkness.
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+22797.14%)
Mutual labels:  hacktoberfest
My Photo Timeline
A simple command-line app to organize your local photos by dates (year/month) on your local file system, for those who don't store photos in the cloud
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Eslint Plugin Wc
ESLint rules for Web Components
Stars: ✭ 35 (+0%)
Mutual labels:  hacktoberfest
Pencil
Pencil2D is an easy, intuitive tool to make 2D hand-drawn animations. Pencil2D is open source and cross-platform.
Stars: ✭ 968 (+2665.71%)
Mutual labels:  hacktoberfest
Watermelondb
🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
Stars: ✭ 7,996 (+22745.71%)
Mutual labels:  hacktoberfest
Gitomatic
A tool to monitor git repositories and automatically pull & push changes
Stars: ✭ 979 (+2697.14%)
Mutual labels:  hacktoberfest
Hacktoberchallenges2018
Welcome! I need some help making my list... Learn how in the README
Stars: ✭ 35 (+0%)
Mutual labels:  hacktoberfest
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+22822.86%)
Mutual labels:  hacktoberfest

emoji-dictionary

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

Buy Me A Coffee

Convert emoji names in unicode characters and vice versa.

☁️ Installation

# Using npm
npm install --save emoji-dictionary

# Using yarn
yarn add emoji-dictionary

📋 Example

const emoji = require("emoji-dictionary");

console.log(emoji.getName("😍"));
// heart_eyes

console.log(emoji.getUnicode("heart_eyes"));
// 😍

console.log(emoji.unicode);
// [ '💯',
//   '🔢',
//   '😀',
//   '😬',
//   '😁',
//   '😂',
//   '😃',
//   '😄',
//   ...
//   '🇿🇲',
//   '🇿🇼' ]

console.log(emoji.names);
// [ '100',
//   '1234',
//   'grinning',
//   'grimacing',
//   'grin',
//   ...
//   'ye',
//   'zm',
//   'zw' ]

❓ Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. 🐛
  3. For direct and quick help, you can use Codementor. 🚀

📝 Documentation

getName(unicodeChar)

Gets the name of the unicode emoji.

Params

  • String unicodeChar: The emoji unicode character.

Return

  • String The emoji name.

getUnicode(name)

Gets the unicode character by providing the emoji name.

Params

  • String name: The emoji name.

Return

  • String The emoji unicode character.

😋 How to contribute

Have an idea? Found a bug? See how to contribute.

💖 Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like 🚀

  • Buy me a book—I love books! I will remember you after years if you buy me one. 😁 📖

  • PayPal—You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍵

  • Support me on Patreon—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❤️

💫 Where is this library used?

If you are using this library in one of your projects, add it in this list. ✨

  • emoji-to-short-name
  • emoji-similar
  • srvup
  • tg-asticker2vid-bot
  • gatsby-plugin-github-readme

📜 License

MIT © Ionică Bizău

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].