Liking cljdoc? Tell your friends :D

thereisnodot.utils.reading-time

Calculating time needed for reading things

Calculating time needed for reading things
raw docstring

calculateclj

(calculate text)
(calculate text average-words-per-minute)

(1/(words per minute)) * (amount of words) = (amount of minutes)

(1/(words per minute)) * (amount of words) = (amount of minutes)
sourceraw docstring

calculate-multiformatclj

(calculate-multiformat text)
(calculate-multiformat text wpm)

Will return result in three different formats: numeric/short/long

Will return result in three different formats: numeric/short/long
sourceraw docstring

dress-minuteclj

(dress-minute minute-int)

Turns digit into human readable minute

Turns digit into human readable minute
sourceraw docstring

dress-minute-smallclj

(dress-minute-small minute-int)

Same as dress-minute, but shorter version

Same as dress-minute, but shorter version
sourceraw docstring

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

× close