Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 896 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 896 Bytes

#⃣️😏 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.