{"id":15767945,"url":"https://github.com/technote-space/zipcode2address-jp","last_synced_at":"2025-03-31T11:17:02.474Z","repository":{"id":42066127,"uuid":"344372808","full_name":"technote-space/zipcode2address-jp","owner":"technote-space","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-24T11:00:49.000Z","size":2053,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T23:39:02.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/technote-space.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"custom":"https://paypal.me/technote0space"}},"created_at":"2021-03-04T06:27:07.000Z","updated_at":"2022-01-03T16:21:39.000Z","dependencies_parsed_at":"2023-12-24T12:19:39.181Z","dependency_job_id":"6ece53a0-29d6-4e27-ab08-2e475d088c5f","html_url":"https://github.com/technote-space/zipcode2address-jp","commit_stats":{"total_commits":159,"total_committers":2,"mean_commits":79.5,"dds":"0.26415094339622647","last_synced_commit":"8b3ebe208ee92e4ab9fb89d12cc51dd614da02ea"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":"technote-space/ts-package-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fzipcode2address-jp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fzipcode2address-jp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fzipcode2address-jp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fzipcode2address-jp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technote-space","download_url":"https://codeload.github.com/technote-space/zipcode2address-jp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458009,"owners_count":20780678,"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","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-04T13:41:51.928Z","updated_at":"2025-03-31T11:17:02.455Z","avatar_url":"https://github.com/technote-space.png","language":"TypeScript","funding_links":["https://paypal.me/technote0space"],"categories":[],"sub_categories":[],"readme":"# Zipcode to address\n\n[![npm version](https://badge.fury.io/js/%40technote-space%2Fzipcode2address-jp.svg)](https://badge.fury.io/js/%40technote-space%2Fzipcode2address-jp)\n[![CI Status](https://github.com/technote-space/zipcode2address-jp/workflows/CI/badge.svg)](https://github.com/technote-space/zipcode2address-jp/actions)\n[![codecov](https://codecov.io/gh/technote-space/zipcode2address-jp/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/zipcode2address-jp)\n[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/zipcode2address-jp/badge)](https://www.codefactor.io/repository/github/technote-space/zipcode2address-jp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/zipcode2address-jp/blob/master/LICENSE)\n\nThis library provides method to get japanese address from zipcode.\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDetails\u003c/summary\u003e\n\n- [Usage](#usage)\n  - [Install](#install)\n  - [Use](#use)\n- [Author](#author)\n\n\u003c/details\u003e\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Usage\n\n### Install\n\n`yarn add @technote-space/zipcode2address-jp`\n\nor\n\n`npm i @technote-space/zipcode2address-jp`\n\n### Use\n\ne.g.\n\n```ts\nimport {getAddress} from '@technote-space/zipcode2address-jp';\n\n(async() =\u003e {\n  console.log(await getAddress('1000001'));\n  console.log(await getAddress('100-0001'));\n  /*\n  {\n    zipCode: '1000001',\n    prefectureJisCode: '13',\n    prefectureName: '東京都',\n    prefectureNameKana: 'ﾄｳｷｮｳﾄ',\n    cityJisCode: '13101',\n    cityName: '千代田区',\n    cityNameKana: 'ﾁﾖﾀﾞｸ',\n    townName: '千代田',\n    townNameKana: 'ﾁﾖﾀﾞ'\n  }\n  */\n})();\n```\n\n## Author\n\n[GitHub (Technote)](https://github.com/technote-space)  \n[Blog](https://technote.space)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnote-space%2Fzipcode2address-jp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnote-space%2Fzipcode2address-jp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnote-space%2Fzipcode2address-jp/lists"}