{"id":15161407,"url":"https://github.com/dazzlingfugu/ember-reading-time","last_synced_at":"2025-10-24T20:32:17.520Z","repository":{"id":39673670,"uuid":"407454955","full_name":"DazzlingFugu/ember-reading-time","owner":"DazzlingFugu","description":"Medium-like reading time estimation for EmberJS.","archived":false,"fork":false,"pushed_at":"2025-02-05T22:10:57.000Z","size":1529,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-02-05T22:41:57.623Z","etag":null,"topics":["ember","ember-addon","emberjs","hacktoberfest","reading","reading-time","time"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DazzlingFugu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-17T07:56:00.000Z","updated_at":"2025-02-05T22:11:02.000Z","dependencies_parsed_at":"2023-12-31T11:24:26.146Z","dependency_job_id":"93767bcd-2384-41be-85d4-f6171bedc8a1","html_url":"https://github.com/DazzlingFugu/ember-reading-time","commit_stats":{"total_commits":150,"total_committers":11,"mean_commits":"13.636363636363637","dds":0.2466666666666667,"last_synced_commit":"92f35663bff93f17182d9655d9d256079ff802b4"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-reading-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-reading-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-reading-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-reading-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DazzlingFugu","download_url":"https://codeload.github.com/DazzlingFugu/ember-reading-time/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238035385,"owners_count":19405682,"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":["ember","ember-addon","emberjs","hacktoberfest","reading","reading-time","time"],"created_at":"2024-09-27T00:05:51.831Z","updated_at":"2025-10-24T20:32:11.896Z","avatar_url":"https://github.com/DazzlingFugu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-reading-time\n\n[![CI](https://github.com/DazzlingFugu/ember-reading-time/actions/workflows/ci.yml/badge.svg)](https://github.com/DazzlingFugu/ember-reading-time/actions/workflows/ci.yml)\n[![Ember Observer Score](https://emberobserver.com/badges/ember-reading-time.svg)](https://emberobserver.com/addons/ember-reading-time)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nMedium-like reading time estimation for EmberJS.\n\nBased on [reading-time](https://github.com/ngryman/reading-time) and \n[humanized-duration](https://github.com/EvanHahn/HumanizeDuration.js/) libraries.\n\n\n## Compatibility\n\n* Ember.js v4.12 or above\n* Ember CLI v4.12 or above\n* Node.js v18 or above\n\n\n## Installation\n\n```\nember install ember-reading-time\n```\n\n\n## Usage\n\nBy default, `reading-time` helper will humanize down to the minute and use english as language.\n\n```hbs\n{{reading-time 'My text here'}}\n\n{{reading-time 'My text here' (hash language='ja')}}\n```\n\n\n### Options\n\nAll options from `humanize-duration` are available: \nhttps://github.com/EvanHahn/HumanizeDuration.js#options\n\n\n## Contributing\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n\n## Contributors\n\n\u003c!-- readme: contributors,ember-tomster/- -start --\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/GreatWizard\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/1322081?v=4\" width=\"100;\" alt=\"GreatWizard\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eGreatWizard\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/MrChocolatine\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/47531779?v=4\" width=\"100;\" alt=\"MrChocolatine\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eMrChocolatine\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/yonmey\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/3025706?v=4\" width=\"100;\" alt=\"yonmey\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eyonmey\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/ef4\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/319282?v=4\" width=\"100;\" alt=\"ef4\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eef4\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/ewjoachim\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/1457576?v=4\" width=\"100;\" alt=\"ewjoachim\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eewjoachim\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\u003c!-- readme: contributors,ember-tomster/- -end --\u003e\n\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazzlingfugu%2Fember-reading-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdazzlingfugu%2Fember-reading-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazzlingfugu%2Fember-reading-time/lists"}