Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

typesafehub/typesafe-emojr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typesafe Emojr
=================================

This is an Activator template that shows how to use Emoji in your application.

Emoji are graphical images, popularized in Japan and now becoming an essential part of online communication.

Many emoji are mapped to Unicode code points and so can be used in logging and in HTML.  However, because they defined internally as Integers, they are unknown to most developers.

Emojr solves this problem by defining an easy conversion between String "short codes" and Emoji.  Running this application shows the short codes in alphabetical order and their associated emoji.

Now, you can harness the true power of social media.