{"id":25738520,"url":"https://github.com/anzerr/read.estimate","last_synced_at":"2026-04-16T18:44:49.745Z","repository":{"id":49166119,"uuid":"210156468","full_name":"anzerr/read.estimate","owner":"anzerr","description":"📚 Medium's like reading time estimation","archived":false,"fork":false,"pushed_at":"2022-01-21T16:32:13.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T03:44:50.000Z","etag":null,"topics":["estimate","medium","nodejs","text","util"],"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/anzerr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-22T13:59:55.000Z","updated_at":"2022-01-21T16:12:13.000Z","dependencies_parsed_at":"2022-08-20T16:51:00.182Z","dependency_job_id":null,"html_url":"https://github.com/anzerr/read.estimate","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fread.estimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fread.estimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fread.estimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anzerr%2Fread.estimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anzerr","download_url":"https://codeload.github.com/anzerr/read.estimate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240812012,"owners_count":19861534,"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":["estimate","medium","nodejs","text","util"],"created_at":"2025-02-26T07:31:38.371Z","updated_at":"2026-04-16T18:44:44.711Z","avatar_url":"https://github.com/anzerr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n### `Intro`\n![GitHub Actions status | linter](https://github.com/anzerr/read.estimate/workflows/linter/badge.svg)\n![GitHub Actions status | publish](https://github.com/anzerr/read.estimate/workflows/publish/badge.svg)\n![GitHub Actions status | test](https://github.com/anzerr/read.estimate/workflows/test/badge.svg)\n\nMedium's like reading time estimation.\n\n#### `Install`\n``` bash\nnpm install --save git+https://git@github.com/anzerr/read.estimate.git\nnpm install --save @anzerr/read.estimate\n```\n\n### `Example`\n``` javascript\nconst estimate = require('read.estimate'),\n\tfs = require('fs');\n\nconst out = estimate(fs.readFileSync('./README.md').toString(), {\n\tstrip: true,\n\twpm: 225, // WORDS_PER_MIN\n\tipm: 6, // IMAGE_PER_MIN\n\tscale: 1,\n\tpad: 0.25\n});\n\nconsole.log(out);\n/*\n{\n\tcount: { words: 84, images: 3 },\n\ttime: { words: 0.37333333333333335, images: 0.5 },\n\tminutes: 0.8733333333333333,\n\ttext: '1 minutes'\n}\n*/\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanzerr%2Fread.estimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanzerr%2Fread.estimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanzerr%2Fread.estimate/lists"}