milanvrekic / JS-humanize

A JS library for adding a “human touch” to data.
MIT License
396 stars 72 forks source link

JS library useful for adding a “human touch” to data.

Examples:

intcomma (4500000 = 4,500,000)

intword (1000000 = 1.0 million)

naturalDay (15 April 2012 16:25:30 = Today)

ordinal (3 = 3rd)

filesizeformat (1234567890 = 1.15 GB)

linebreaks (Play\ning with blank lines =

Play
ing with blank lines

)

linebreaksbr (Play\ning with blank lines = Play
ing with blank lines)

pluralize (1, "y", "ies" = y)

truncatechars ("hello world", 10 = "hello w...")

truncatewords ("Playing with truncate words", 3 = Playing with truncate ...)