{"id":42666562,"url":"https://github.com/vinbyte/num2words","last_synced_at":"2026-01-29T10:09:21.872Z","repository":{"id":57565847,"uuid":"338737655","full_name":"vinbyte/num2words","owner":"vinbyte","description":"Golang package to convert number into words","archived":false,"fork":false,"pushed_at":"2021-02-14T13:20:04.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T07:57:04.513Z","etag":null,"topics":[],"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/vinbyte.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":"2021-02-14T05:40:03.000Z","updated_at":"2021-02-14T13:17:48.000Z","dependencies_parsed_at":"2022-09-17T08:31:07.324Z","dependency_job_id":null,"html_url":"https://github.com/vinbyte/num2words","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vinbyte/num2words","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinbyte%2Fnum2words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinbyte%2Fnum2words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinbyte%2Fnum2words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinbyte%2Fnum2words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinbyte","download_url":"https://codeload.github.com/vinbyte/num2words/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinbyte%2Fnum2words/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2026-01-29T10:09:21.150Z","updated_at":"2026-01-29T10:09:21.859Z","avatar_url":"https://github.com/vinbyte.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Number to Words\n\n[![CircleCI](https://circleci.com/gh/vinbyte/num2words.svg?style=svg)](https://circleci.com/gh/circleci/circleci-docs) [![Coverage Status](https://coveralls.io/repos/github/vinbyte/num2words/badge.svg?branch=main)](https://coveralls.io/github/vinbyte/num2words?branch=main) [![Go Reference](https://pkg.go.dev/badge/github.com/vinbyte/num2words.svg)](https://pkg.go.dev/github.com/vinbyte/num2words)\n\nGolang package to convert number into words. For example : `148` become `one hundred forty-eight`. Inspired by this python library [num2words](https://github.com/savoirfairelinux/num2words).\n\n## Install\n\nRun `go get -u github.com/vinbyte/num2words`\n\n## Usage\n\n```\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/vinbyte/num2words\"\n)\n\nfunc main() {\n\tn2w := num2words.New(\"en\")\n\tres := n2w.NumberToWord(349)\n\tfmt.Println(res)\n}\n//output : three hundred forty-nine\n```\n\n## Test\n\nRun `go test -v`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinbyte%2Fnum2words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinbyte%2Fnum2words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinbyte%2Fnum2words/lists"}