{"id":20072224,"url":"https://github.com/iaguirre88/reading_time","last_synced_at":"2025-05-05T20:33:06.777Z","repository":{"id":57541011,"uuid":"298157373","full_name":"iaguirre88/reading_time","owner":"iaguirre88","description":"ReadingTime helps you estimate how long some text will take to be read","archived":false,"fork":false,"pushed_at":"2020-10-06T20:49:49.000Z","size":23,"stargazers_count":7,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T04:03:32.564Z","etag":null,"topics":["elixir","estimate","hacktoberfest","readingtime"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/iaguirre88.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":"2020-09-24T03:18:26.000Z","updated_at":"2020-10-06T20:49:51.000Z","dependencies_parsed_at":"2022-09-18T00:00:28.831Z","dependency_job_id":null,"html_url":"https://github.com/iaguirre88/reading_time","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaguirre88%2Freading_time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaguirre88%2Freading_time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaguirre88%2Freading_time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaguirre88%2Freading_time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iaguirre88","download_url":"https://codeload.github.com/iaguirre88/reading_time/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252571403,"owners_count":21769828,"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":["elixir","estimate","hacktoberfest","readingtime"],"created_at":"2024-11-13T14:39:00.924Z","updated_at":"2025-05-05T20:33:06.483Z","avatar_url":"https://github.com/iaguirre88.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReadingTime\n\n[![Hex pm](https://img.shields.io/hexpm/v/reading_time.svg?style=flat\u0026color=78529a)](https://hex.pm/packages/reading_time)\n[![Build Status](https://travis-ci.com/iaguirre88/reading_time.svg?branch=master)](https://travis-ci.com/iaguirre88/reading_time)\n\n---\n\nMedium's like reading time estimation for Elixir.\nReadingTime helps you estimate how long a text will take to be read.\n\nThis is based on [reading-time](https://github.com/ngryman/reading-time) for\nJavaScript.\n\n## Installation\n\nThis package can be installed by adding `reading_time` to your list of\ndependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:reading_time, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\nReadingTime.time(\"this is a random text\")\n# 1\n\nReadingTime.time(\"this_is_a-random-text\",\n  words_per_minute: 1,\n  split_pattern: [\"_\", \"-\"]\n)\n# 5\n```\n\nThe docs can be found at [https://hexdocs.pm/reading_time](https://hexdocs.pm/reading_time).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaguirre88%2Freading_time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiaguirre88%2Freading_time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaguirre88%2Freading_time/lists"}