How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Convert bytes to a human readable string: 1337 → 1.34 kB
Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s
Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English.
This is a JavaScript time conversion library designed to format millisecond integers as human-readable durations and parse unit-based strings back into total milliseconds. It serves as a utility for managing the transition between machine-readable durations and text representations. The library provides bidirectional mapping, allowing for the conversion of raw numbers to strings and the parsing of strings containing units like days, hours, and minutes back into numeric millisecond counts. It supports both abbreviated and full written-out time formats.
See node.js errors with less clutter
The main features of ariaminaei/pretty-error are: Humanization Utilities.
Projects with overlapping indexed features include: sindresorhus/pretty-bytes — Convert bytes to a human readable string: 1337 → 1.34 kB. sindresorhus/pretty-ms — Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`. tjatse/node-readability — Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English. vercel/ms — This is a JavaScript time conversion library designed to format millisecond integers as human-readable durations and…