/hash-emoji

#⃣️😏 Emoji Hash Function

Primary LanguageJavaScriptMIT LicenseMIT

#⃣️😏 hash-emoji

Emoji Hash Function

NPM Version Travis Build Status Gemnasium Dependency Status NPM Downloads

Install

npm install hash-emoji --save

Usage

hash-emoji be used to generate an emoji hash based off of a string.

const hashEmoji = require('hash-emoji');

hashEmoji('Edward')
// => 🎃

Goals

  • To be able to generate simple Emoji representation for strings

Built with ❤️ by earobinson.