{"id":16644441,"url":"https://github.com/3vilguy/go-number-to-words","last_synced_at":"2026-04-22T15:33:25.789Z","repository":{"id":72377405,"uuid":"494835176","full_name":"3vilguy/go-number-to-words","owner":"3vilguy","description":"CLI for number to words conversion","archived":false,"fork":false,"pushed_at":"2022-05-21T16:49:22.000Z","size":2153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T07:17:34.496Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/3vilguy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-21T16:22:32.000Z","updated_at":"2022-05-21T16:35:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf6c9242-9b54-4ae0-84ce-bdeaf515eb85","html_url":"https://github.com/3vilguy/go-number-to-words","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/3vilguy/go-number-to-words","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3vilguy%2Fgo-number-to-words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3vilguy%2Fgo-number-to-words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3vilguy%2Fgo-number-to-words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3vilguy%2Fgo-number-to-words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3vilguy","download_url":"https://codeload.github.com/3vilguy/go-number-to-words/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3vilguy%2Fgo-number-to-words/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27787610,"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","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T08:11:20.667Z","updated_at":"2025-12-17T22:58:27.034Z","avatar_url":"https://github.com/3vilguy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Number to words (in Golang)\n\nA CLI tool that takes a number, from 0 to 100000, and converts the number into grammatically correct English words.\n\n## Running Your Application\n\nThere is a binary file that you can execute. No dependencies should be required:\n\n```bash\n$ ./numbers-to-words [number]\n```\n\nExamples:\n\n```bash\n$ ./numbers-to-words 10\nten\n\n$ ./numbers-to-words 123\none hundred and twenty-three\n```\n\n## Prerequisites for building\n\nMake sure you have installed all of the following prerequisites on your development machine:\n\n* [The Go Programming Language](https://go.dev/). I was using version 1.18, but since no fancy stuff is being used, it should work with older versions as well.\n\n\n## Building\n\nTo generate an executable binary:\n\n```bash\n$ go build\n```\n\n## Testing Your Application\n\nTo run the tests:\n\n```bash\n$ go test ./convert\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3vilguy%2Fgo-number-to-words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3vilguy%2Fgo-number-to-words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3vilguy%2Fgo-number-to-words/lists"}