Liking cljdoc? Tell your friends :D

faker.quote

Contains function to generate random quotes data.

Contains function to generate random quotes data.
raw docstring

available-languagesclj

Returns a map of key => language code and value as the language name supported by this namespace. The map is sorted by language name (for readability purpose)

Returns a map of key => language code and value as the language name
 supported by this namespace.
The map is sorted by language name (for readability purpose)
raw docstring

default-languageclj


quotesclj


rand-quoteclj

(rand-quote)
(rand-quote {:keys [lang fallback-lang]
             :or {fallback-lang default-language lang default-language}})

Gives you one random quote string out of the collection. lang => :en, :hi etc Default :en fallback-lang => if the given lang is missing use this lang Default :en

Gives you one random quote string out of the collection.
lang => :en, :hi etc
        Default :en
fallback-lang => if the given lang is missing use this lang
                 Default :en
raw docstring

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

× close