[WIP] Implement server to parse address #1

Draft
joao.dubas wants to merge 17 commits from jpd-add-parser-server into main
3 changed files with 98 additions and 98 deletions
Showing only changes of commit f4e4181785 - Show all commits

View File

@ -12,7 +12,7 @@
<dt>Cidade</dt>
<dd>{{ .Result.City }}</dd>
<dt>Estado</dt>
<dd>{{ .Result.Estado }}</dd>
<dt><abbr title="C&oacute; de Endere&ccedil;amento Postal">CEP</abbr></dt>
<dd>{{ .Result.State }}</dd>
<dt><abbr title="C&oacute;digo de Endere&ccedil;amento Postal">CEP</abbr></dt>
<dd>{{ .Result.PostalCode }}</dd>
</dl>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Parser de Endere&ccedil;o</title>
<script src="https://unpkg.com/htmx.org@1.9.10"></script>
<link rel="stylesheet" href="/static/index.css"/>
<link rel="stylesheet" href="/static/css/index.css"/>
</head>
<body>
<main>