emoji
emoji.cr 
Emoji library for Crystal. Inspired by Emoji for Python
Installation
Add it to Projectfile
deps do
github "veelenga/emoji.cr"
end
Usage
require "emoji"
puts Emoji.emojize("I like :soccer: and :bicyclist:")
Demo
Note: appropriate fonts required.
Resources
Contributing
- Fork it ( https://github.com/veelenga/emoji.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request