martymcguire / hash-emoji-without-borders

#βƒ£οΈπŸ˜ Emoji Hash Function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#βƒ£οΈπŸ˜ hash-emoji

Emoji Hash Function. Fork of https://github.com/earobinson/hash-emoji but without country flag emoji.

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.

About

#βƒ£οΈπŸ˜ Emoji Hash Function

License:MIT License


Languages

Language:JavaScript 100.0%