日本の郵便番号から住所のデータを取得できるWeb APIのデモ画面です。
+詳しくは GitHubリポジトリ をご参照ください。
+diff --git a/.editorconfig b/.editorconfig index 127f0ce4ec..f145b8bffd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.{yaml,yml}] +[*.{yaml,yml,html}] indent_size = 2 diff --git a/README.md b/README.md index 1ab9235a4a..bd92446218 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ GitHub Pagesを使用して静的なJSONファイルとして配信している > [!NOTE] > このプロジェクトの実装は [madefor/postal-code-api](https://github.com/madefor/postal-code-api) にインスピレーションを受けています。長期間メンテナンスが行われていない同プロジェクトに代わるものとして、モダンPHPで再実装しました。オリジナルのソースコードに最大の敬意を表します。 +## デモ + +https://jp-postal-code-api.ttskch.com + ## エンドポイント ``` diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000000..6f280463ae --- /dev/null +++ b/docs/index.html @@ -0,0 +1,115 @@ + + +
+ + +日本の郵便番号から住所のデータを取得できるWeb APIのデモ画面です。
+詳しくは GitHubリポジトリ をご参照ください。
+