Skip to content

Commit

Permalink
docs: ✏️ update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ttskch committed May 25, 2024
1 parent 6c066f2 commit 19b1b29
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,25 @@ https://jp-postal-code-api.ttskch.com/api/1008111.json
```json
{
"postalCode": "1008111",
"prefCode": "13",
"ja": {
"prefecture": "東京都",
"address1": "千代田区",
"address2": "千代田",
"address3": "1−1",
"address4": "宮内庁"
},
"en": {
"prefecture": "",
"address1": "",
"address2": "",
"address3": "",
"address4": ""
}
"addresses": [
{
"prefectureCode": "13",
"ja": {
"prefecture": "東京都",
"address1": "千代田区",
"address2": "千代田",
"address3": "1−1",
"address4": "宮内庁"
},
"en": {
"prefecture": "",
"address1": "",
"address2": "",
"address3": "",
"address4": ""
}
}
]
}
```

Expand Down Expand Up @@ -150,3 +154,7 @@ $ bin/console build

* バグの報告や機能の提案は [Issue](https://github.com/ttskch/jp-postal-code-api/issues) または [Pull Request](https://github.com/ttskch/jp-postal-code-api/pulls) にてお願いします
* Starを付けていただけると開発者のモチベーションが上がります

## ライセンス

[MIT](LICENSE)

0 comments on commit 19b1b29

Please sign in to comment.