{"id":26641306,"url":"https://github.com/idcteam-group/humanizer","last_synced_at":"2026-04-20T09:02:23.543Z","repository":{"id":233218934,"uuid":"785784084","full_name":"IDCTeam-Group/humanizer","owner":"IDCTeam-Group","description":"⏳ Essential tool for any developer looking to improve the readability and comprehension of time data in their applications.","archived":false,"fork":false,"pushed_at":"2025-02-08T15:16:52.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"1.1.0","last_synced_at":"2025-03-16T04:34:36.635Z","etag":null,"topics":["humanizer","javascript","nodejs","time","tools","typescript"],"latest_commit_sha":null,"homepage":"https://humanizer.idcteam.xyz","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IDCTeam-Group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-12T16:06:15.000Z","updated_at":"2025-02-08T17:01:03.000Z","dependencies_parsed_at":"2024-04-14T19:23:24.150Z","dependency_job_id":"19b58ee4-3fb3-4135-a4b6-e018244b8a18","html_url":"https://github.com/IDCTeam-Group/humanizer","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":"0.19999999999999996","last_synced_commit":"d9e97cc26dea9e2fa4decedb4e4d8ed658add38b"},"previous_names":["dbdteam/humanizer","idcteam-group/humanizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDCTeam-Group%2Fhumanizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDCTeam-Group%2Fhumanizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDCTeam-Group%2Fhumanizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IDCTeam-Group%2Fhumanizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IDCTeam-Group","download_url":"https://codeload.github.com/IDCTeam-Group/humanizer/tar.gz/refs/heads/1.1.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245327216,"owners_count":20597181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["humanizer","javascript","nodejs","time","tools","typescript"],"created_at":"2025-03-24T18:27:52.065Z","updated_at":"2026-04-20T09:02:23.434Z","avatar_url":"https://github.com/IDCTeam-Group.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @dbdteam/humanizator\n## Getting Started with the Dependency\nHumanizator is an essential tool for any developer looking to improve the **readability and comprehension** of time data in their applications. It converts time units into a **human-friendly format**, making the interpretation of __dates and durations__ easier for users of all kinds. Whether you're building a scheduling application, a social media platform, or a project management system, Humanizator ensures that time data is presented in a clear and understandable way, thereby enhancing user experience and the usability of your application.\n\n## Example of Client Initialization\n\n```js\nconst { HumanizerClient, DefaultConfig } = require(\"@dbdteam/humanizator\")\n\nconst client = new HumanizerClient(DefaultConfig)\n\n// This is 24 minutes.\nconst times = [\n    1000 * 60 * 24,\n    Date.now() + 1000 * 60 * 24,\n    new Date(Date.now() + 1000 * 60 * 24)\n    ]\n\nconst results = [\n    client.humanizeMilliseconds(times[0]),\n    client.humanizeStamps(times[1]),\n    client.humanizeDates(times[2])\n    ]\n\nconsole.log(...results)\n```\n\n### Also you can check the documentation!\n[Click here to go to our documentation](https://dbdteam.github.io/humanizatordocs.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidcteam-group%2Fhumanizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidcteam-group%2Fhumanizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidcteam-group%2Fhumanizer/lists"}