{"id":46851226,"url":"https://github.com/parithiban/numtowords","last_synced_at":"2026-03-10T16:35:35.847Z","repository":{"id":130315354,"uuid":"255631521","full_name":"parithiban/numtowords","owner":"parithiban","description":"Convert number to words","archived":false,"fork":false,"pushed_at":"2020-05-03T17:05:25.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:40:22.883Z","etag":null,"topics":["converter","numtowords"],"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/parithiban.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":"2020-04-14T14:24:57.000Z","updated_at":"2020-05-03T17:05:28.000Z","dependencies_parsed_at":"2023-07-03T11:31:19.339Z","dependency_job_id":null,"html_url":"https://github.com/parithiban/numtowords","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parithiban/numtowords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithiban%2Fnumtowords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithiban%2Fnumtowords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithiban%2Fnumtowords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithiban%2Fnumtowords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parithiban","download_url":"https://codeload.github.com/parithiban/numtowords/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithiban%2Fnumtowords/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30342191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"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":["converter","numtowords"],"created_at":"2026-03-10T16:35:35.284Z","updated_at":"2026-03-10T16:35:35.838Z","avatar_url":"https://github.com/parithiban.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# numtowords\n\n[![GoDoc](https://img.shields.io/static/v1?label=godoc\u0026message=reference\u0026color=blue)](https://pkg.go.dev/github.com/parithiban/numtowords)\n[![Go Report Card](https://goreportcard.com/badge/github.com/parithiban/numtowords)](https://goreportcard.com/report/github.com/parithiban/numtowords)\n[![Build Status](https://travis-ci.org/parithiban/numtowords.svg?branch=master)](https://travis-ci.org/parithiban/numtowords)\n[![codecov.io](https://codecov.io/github/parithiban/numtowords/coverage.svg?branch=master)](https://codecov.io/github/parithiban/numtowords?branch=master)\n\n[![GitHub contributors](https://img.shields.io/github/contributors/parithiban/numtowords.svg?style=plastic\u0026color=blue)](https://GitHub.com/parithiban/numtowords/graphs/contributors/)\n![Last Commit](https://img.shields.io/github/last-commit/parithiban/numtowords.svg?style=plastic)\n\nThis is a utility package written in go which is used to convert the number to words.\n\n## Installation\n\nThis requires Go version 1.11 or later.\n\n\u003e go get -u github.com/parithiban/numtowords\n\n## Example\n\n```code\nwords  := numtowords.Transform(1234) //output: \"one thousand two hundred thirty four\"\nwords  := numtowords.Transform(100000000000) //output: \"one hundred billion\"\nwords  := numtowords.Transform(000000000) //output: \"zero\"\nwords  := numtowords.Transform(1100100100300800112) //output: \"one quintillion one hundred quadrillion one hundred trillion one hundred billion three hundred million eight hundred thousand one hundred twelve\"\n```\n[Playground Link](https://play.golang.org/p/7XhcBcMedCh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparithiban%2Fnumtowords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparithiban%2Fnumtowords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparithiban%2Fnumtowords/lists"}