Liking cljdoc? Tell your friends :D

ascii-emoji.core

ASCII Emoji core emoji-db and helper functions.

ASCII Emoji core emoji-db and helper functions.
raw docstring

describeclj

(describe)
(describe category)

Describe all categories (no args) or describe the passed in category. Returns a map of the category and description.

Describe all categories (no args) or
describe the passed in `category`.
Returns a map of the category and description.
sourceraw docstring

emoji-dbclj

A map of ascii emojis. Data shape is: {:category1 {:description 'goes here.' :name1 'emoji-here' :name2 'emoji-here'} :category2 ...}

A map of ascii emojis. Data shape is:
{:category1 {:description 'goes here.'
             :name1 'emoji-here'
             :name2 'emoji-here'}
 :category2 ...}
sourceraw docstring

namesclj

(names)
(names category)

Get a list of emoji category names (no args) or get a list of emoji names from a given category. Returns a seq of keywords.

Get a list of emoji category names (no args) or
get a list of emoji names from a given `category`.
Returns a seq of keywords.
sourceraw docstring

(search emoji)
(search emoji category)

Search the entire emoji-db for the named emoji or search for the named emoji in the specified category. Returns a seq of results.

Search the entire emoji-db for the named `emoji` or
search for the named `emoji` in the specified `category`.
Returns a seq of results.
sourceraw docstring

showclj

(show emoji)
(show emoji category)

Show the first result of the named emoji across all categories or show the named emoji from the specified category. Returns a string emoji or nil.

Show the first result of the named `emoji` across all categories or
show the named `emoji` from the specified `category`.
Returns a string emoji or nil.
sourceraw docstring

show-allclj

(show-all)
(show-all category)

Show all of the emojis from the emoji-db (no args) or show the emojis from the specified category. Returns a map.

Show all of the emojis from the emoji-db (no args) or
show the emojis from the specified `category`.
Returns a map.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close