{"id":24505516,"url":"https://github.com/kamaroly/kamaro_number","last_synced_at":"2025-03-15T08:41:44.338Z","repository":{"id":78336608,"uuid":"605668186","full_name":"kamaroly/kamaro_number","owner":"kamaroly","description":"An Elixir package to spell out numbers into Words such as one hundred twenty three point thirty seven.","archived":false,"fork":false,"pushed_at":"2023-02-23T17:36:53.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T23:32:03.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/kamaroly.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":"2023-02-23T16:41:01.000Z","updated_at":"2023-02-23T16:42:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ac7e9fe-55e6-4b9e-a0e8-6495be3b7e43","html_url":"https://github.com/kamaroly/kamaro_number","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"b828b940085dec68ddcfc3d30fdb50387158b3a3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaroly%2Fkamaro_number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaroly%2Fkamaro_number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaroly%2Fkamaro_number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaroly%2Fkamaro_number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamaroly","download_url":"https://codeload.github.com/kamaroly/kamaro_number/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707297,"owners_count":20334614,"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":"2025-01-21T23:30:14.596Z","updated_at":"2025-03-15T08:41:44.291Z","avatar_url":"https://github.com/kamaroly.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KamaroNumber\n\n**An Elixir package that convert numbers to Words**\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `kamaro_number` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:kamaro_number, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at \u003chttps://hexdocs.pm/kamaro_number\u003e.\n\n## Usage Examples\n\n```ex\n  KamaroNumber.convert(100)\n  # \"one hundred\"\n\n  KamaroNumber.convert(100.5)\n  # \"one hundred point five\"\n\n  KamaroNumber.convert(4.9)\n  \"# four point nine\"\n\n  KamaroNumber.convert(21.7)\n  \"tw# enty-one point seven\"\n\n  KamaroNumber.convert(1000)\n  # \"one thousand\"\n\n  KamaroNumber.convert(10000)\n  # \"ten thousand\"\n\n  KamaroNumber.convert(100_000)\n  # \"one hundred thousand\"\n\n  KamaroNumber.convert(1_000_000)\n  # \"one million\"\n\n  KamaroNumber.convert(1_000_023)\n  # \"one million and twenty-three\"\n\n  KamaroNumber.convert(1_000_000_000_000_000_000)\n  # \"one quintillion\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamaroly%2Fkamaro_number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamaroly%2Fkamaro_number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamaroly%2Fkamaro_number/lists"}