-
I don't think this is very well made. Uses a hand rolled parser with no formal grammar. Special case logic is not documented, e.g. https://github.com/ad-si/tu/blob/main/src/chrono_english/par...
But I guess it solved the author's problem and we can't argue with that.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I built a JavaScript library for my needs: https://github.com/derhuerst/parse-human-relative-time
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Simple, fast and safety alternative for unzip
-
Human-readable interval parser for Javascript. Converts words written in English to numbers by using node-numbered.
-
Format dates and times easily in your application using Day.js
-
Interactive CLI tool to generate AI-friendly context
-
React Custom Hooks vs. Helper Functions - When To Use Both