{"id":37155598,"url":"https://github.com/daniellowtw/go-spell-number","last_synced_at":"2026-01-14T18:23:58.653Z","repository":{"id":57658661,"uuid":"263262480","full_name":"daniellowtw/go-spell-number","owner":"daniellowtw","description":"A small dependency free library to turn spell out numbers up to uint64.","archived":false,"fork":false,"pushed_at":"2020-05-14T08:41:43.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T00:35:08.275Z","etag":null,"topics":["convert-number-to-english-words","convert-numbers-to-words","go","golang","spell"],"latest_commit_sha":null,"homepage":"","language":"Go","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/daniellowtw.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-05-12T07:17:55.000Z","updated_at":"2022-07-14T19:11:54.000Z","dependencies_parsed_at":"2022-09-16T10:41:11.820Z","dependency_job_id":null,"html_url":"https://github.com/daniellowtw/go-spell-number","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daniellowtw/go-spell-number","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellowtw%2Fgo-spell-number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellowtw%2Fgo-spell-number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellowtw%2Fgo-spell-number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellowtw%2Fgo-spell-number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniellowtw","download_url":"https://codeload.github.com/daniellowtw/go-spell-number/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniellowtw%2Fgo-spell-number/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28430793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["convert-number-to-english-words","convert-numbers-to-words","go","golang","spell"],"created_at":"2026-01-14T18:23:58.136Z","updated_at":"2026-01-14T18:23:58.639Z","avatar_url":"https://github.com/daniellowtw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-spell-number\n\nA small dependency free library to turn spell out numbers. It supports positive numbers up to uint64.\n\n# Usage\n```go\npackage main\n\nimport (\n    \"github.com/daniellowtw/go-spell-number\"\n    \"math\"\n)\n\nfunc main() {\n    spell.Number(123) // one hundred twenty three\n    spell.Number(4123) // four thousand one hundred twenty three\n    spell.Number(1e6) // one million\n    spell.Number(math.MaxInt64) // nine quintillion ...\n    spell.LargeNumber(math.MaxUint64) // eighteen quintillion ...\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniellowtw%2Fgo-spell-number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniellowtw%2Fgo-spell-number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniellowtw%2Fgo-spell-number/lists"}