{"id":26065257,"url":"https://github.com/notfounds/jaconv","last_synced_at":"2026-05-28T03:31:46.197Z","repository":{"id":86238699,"uuid":"224961599","full_name":"NotFounds/jaconv","owner":"NotFounds","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-30T12:44:39.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T14:57:13.240Z","etag":null,"topics":["go"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/NotFounds.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-30T04:56:10.000Z","updated_at":"2019-11-30T12:44:41.000Z","dependencies_parsed_at":"2023-03-01T23:30:24.064Z","dependency_job_id":null,"html_url":"https://github.com/NotFounds/jaconv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotFounds/jaconv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotFounds%2Fjaconv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotFounds%2Fjaconv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotFounds%2Fjaconv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotFounds%2Fjaconv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotFounds","download_url":"https://codeload.github.com/NotFounds/jaconv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotFounds%2Fjaconv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33593400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["go"],"created_at":"2025-03-08T18:54:26.957Z","updated_at":"2026-05-28T03:31:46.192Z","avatar_url":"https://github.com/NotFounds.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jaconv\n\n![workflow status](https://github.com/NotFounds/jaconv/workflows/Go/badge.svg)\n\n## Description\n\nA converter to convert between Japanese Hiragana, Katakana and Romaji.\n\n## Usage\n\n```golang\ntext := \"こんにちは\"\nromaji := jaconv.Kana2Romaji(text)\nfmt.Println(romaji) // konnichiha\n\nkatakana := jaconv.Romaji2Kana(romaji)\nfmt.Println(katakana) // コンニチハ\n\nhiragana := jaconv.Katakana2Hiragana(katakana)\nfmt.Println(hiragana) // こんにちは\n```\n\n## Installation\n\n```sh\ngo get github.com/NotFounds/jaconv\n```\n\n## References\n\n[ヘボン式ローマ字綴方表 - 外務省](https://www.ezairyu.mofa.go.jp/passport/hebon.html)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotfounds%2Fjaconv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotfounds%2Fjaconv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotfounds%2Fjaconv/lists"}