Emojis

A Ruby gem for Emojis! Over 700 Emoji symbols ready to use. Emojis gem is based upon Apple and Google's UTC Subcommittee proposal for Unicode Symbols for Emoji.

Installation

Intstall:

`gem install emojis`

Usage

require 'emojis'

emojis = Emojis.new

emojies.list

# :airplane => :airplane: # :bear_face => :bear: # :beer_mug => :beer: # etcetera...

emojies[:birthday_cake]

#=> :cake:

Contributing

  1. Fork it
  2. Commit your changes
  3. Create a pull request