Sha256: 98b0e0a985535a4058470c7f9a0539dfed74b345010da1b013b467032719456a

Contents?: true

Size: 801 Bytes

Versions: 2

Compression:

Stored size: 801 Bytes

Contents

# NamedEmoji

Named Emojis for Mac OSX Lion and Later. Emoji's names are from Campfire and GitHub.

See also: [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/)

## Installation

    $ gem install named_emoji

## Usage

    require 'named_emoji'
    puts NamedEmoji[:smile]
    # => 😄

As command line tool:

    $ emoji scream
    😱

List available emojis:

    $ emoji -l

## Cheat Sheet

[<img src="https://github.com/jugyo/named_emoji/raw/master/emojis.png" title="Cheat Sheet" />](https://github.com/jugyo/named_emoji/raw/master/emojis.pdf)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
named_emoji-1.0.3 README.md
named_emoji-1.0.2 README.md