awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rauchg avatar

rauchg/ms.js

0
View on GitHub↗
5,533 stars·322 forks·TypeScript·MIT·20 viewsnpmjs.com/ms↗

Ms.js

ms.js is a millisecond conversion library providing tools to format durations into text and parse human-readable time strings back into numbers. It functions as a utility for translating numeric millisecond values into human-readable strings and converting time units such as days, hours, and minutes into numeric milliseconds.

The project covers time parsing and formatting, enabling the translation of human-readable time units into millisecond values for application timeout management and duration unit conversion. It includes tools for transforming millisecond durations into both concise and long form text for use in logs or user interfaces.

Features

  • Duration Formatters - Provides a comprehensive set of functions for formatting millisecond durations into human-readable text.
  • Unit Conversions - Transforms durations of time between different measurement units to ensure consistency in JavaScript.
  • Time Conversion Utilities - Acts as a utility for converting numeric millisecond values into human-readable strings and parsing them back.
  • Measurement Unit Parsers - Isolates numeric values and time units from strings to translate them into milliseconds.
  • Human-Readable Time Delta Formatters - Converts numeric millisecond values into human-readable duration strings in short or long form.
  • Human-Readable Time Parsers - Translates human-readable time units like days, hours, and minutes into numeric millisecond values.
  • Time String Parsers - Turns human-readable time units such as hours or days into numeric milliseconds for use in code.
  • Application Timeout Utilities - Enables the definition of precise application timeouts using friendly time units instead of raw numbers.
  • Date Utilities - Millisecond conversion utility.
  • Date and Time - Millisecond conversion utility.

Star history

Star history chart for rauchg/ms.jsStar history chart for rauchg/ms.js

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Ms.js

Similar open-source projects, ranked by how many features they share with Ms.js.
  • vercel/msvercel avatar

    vercel/ms

    5,536View on GitHub↗

    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.

    TypeScript
    View on GitHub↗5,536
  • hustcc/timeago.jshustcc avatar

    hustcc/timeago.js

    5,376View on GitHub↗

    timeago.js is a JavaScript library that converts timestamps into human-readable relative time strings. It functions as an internationalized date library that transforms static date and time data into descriptive statements of elapsed time. The project provides a dynamic time updater that automatically refreshes relative time labels on a webpage at regular intervals. It supports multilingual date localization, allowing time-elapsed statements to be translated into various languages using built-in or custom locale settings.

    TypeScript
    View on GitHub↗5,376
  • gumroad/countdown.jsgumroad avatar

    gumroad/countdown.js

    423View on GitHub↗

    Super simple countdowns.

    JavaScript
    View on GitHub↗423
  • date-fns/date-fnsdate-fns avatar

    date-fns/date-fns

    36,579View on GitHub↗

    date-fns is a JavaScript date utility library providing a collection of pure functions for manipulating, formatting, and calculating dates and times. It serves as an immutable date manipulation library and a tool for time zone management, ensuring that date transformations are performed without modifying the original date objects. The library functions as a date formatting tool that converts date objects into human-readable strings using custom patterns and international locales. It includes a specific toolset for adjusting and calculating date representations across different geographical re

    TypeScriptdatedate-fnshacktoberfest
    View on GitHub↗36,579
See all 30 alternatives to Ms.js→

Frequently asked questions

What does rauchg/ms.js do?

ms.js is a millisecond conversion library providing tools to format durations into text and parse human-readable time strings back into numbers. It functions as a utility for translating numeric millisecond values into human-readable strings and converting time units such as days, hours, and minutes into numeric milliseconds.

What are the main features of rauchg/ms.js?

The main features of rauchg/ms.js are: Duration Formatters, Unit Conversions, Time Conversion Utilities, Measurement Unit Parsers, Human-Readable Time Delta Formatters, Human-Readable Time Parsers, Time String Parsers, Application Timeout Utilities.

What are some open-source alternatives to rauchg/ms.js?

Open-source alternatives to rauchg/ms.js include: vercel/ms — This is a JavaScript time conversion library designed to format millisecond integers as human-readable durations and… hustcc/timeago.js — timeago.js is a JavaScript library that converts timestamps into human-readable relative time strings. It functions as… dawidjaniga/map-countdown — 🗺️⏳ Count down to your events—visually and interactively! With React at its core, this project merges time and place,… gumroad/countdown.js — Super simple countdowns. date-fns/date-fns — date-fns is a JavaScript date utility library providing a collection of pure functions for manipulating, formatting,… iamkun/dayjs — Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent,…