emoj v1.0.0 Emoj

Exposes a function to find relevant emoji from text

Summary

Functions

Searches relevant emoji from the given text

Functions

search(text)

Specs

search(String.t) :: {:ok, [String.t]} | {:error, any}

Searches relevant emoji from the given text

Example

Emoj.search("I love chicken")
{:ok, ["🐔", "🍗", "🐓", "🐥", "🐤", "🐣", "🍖", "😋", "😍", "👅"]}