{"id":18658349,"url":"https://github.com/shime/humanize-number","last_synced_at":"2025-04-11T19:32:17.789Z","repository":{"id":56876997,"uuid":"126685407","full_name":"shime/humanize-number","owner":"shime","description":"Humanizes numbers.","archived":false,"fork":false,"pushed_at":"2018-03-25T15:32:54.000Z","size":13,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T17:47:41.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/shime.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":"2018-03-25T10:14:56.000Z","updated_at":"2020-07-10T09:45:07.000Z","dependencies_parsed_at":"2022-08-20T22:00:32.082Z","dependency_job_id":null,"html_url":"https://github.com/shime/humanize-number","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fhumanize-number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fhumanize-number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fhumanize-number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fhumanize-number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shime","download_url":"https://codeload.github.com/shime/humanize-number/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248411584,"owners_count":21098950,"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":[],"created_at":"2024-11-07T07:32:34.483Z","updated_at":"2025-04-11T19:32:17.496Z","avatar_url":"https://github.com/shime.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# humanize-number\n\n[![Build Status](https://travis-ci.org/shime/humanize-number.svg?branch=master)](https://travis-ci.org/shime/humanize-number)\n\nHumanizes numbers.\n\n## Installation\n\n    $ gem install humanize-number\n\n## Usage\n\n```ruby\nrequire \"humanize-number\"\n\nHumanizeNumber.humanize(-20)             # \"-20\"\nHumanizeNumber.humanize(123)             # \"123\"\nHumanizeNumber.humanize(1234)            # \"1.23k\"\nHumanizeNumber.humanize(12345)           # \"12.3k\"\nHumanizeNumber.humanize(123456)          # \"123k\"\nHumanizeNumber.humanize(1234567)         # \"1.23m\"\nHumanizeNumber.humanize(12345678)        # \"12.3m\"\nHumanizeNumber.humanize(123456789)       # \"123m\"\nHumanizeNumber.humanize(1234567890)      # \"1.23b\"\nHumanizeNumber.humanize(12345678901)     # \"12.3b\"\nHumanizeNumber.humanize(123456789012)    # \"123b\"\nHumanizeNumber.humanize(1234567890123)   # \"1235b\"\nHumanizeNumber.humanize(12345678901234)  # \"12346b\"\n```\n\n## License\n\n[MIT](/license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fhumanize-number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshime%2Fhumanize-number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fhumanize-number/lists"}