Update index with address autocomplete docs

This commit is contained in:
Skylar Ittner 2023-04-26 21:07:04 -06:00
parent dd161cc7f2
commit 323565ba18

View File

@ -62,14 +62,18 @@
<div class="card">
<div class="card-body">
<p>This server is not for public use except when accessed via software and apps
released by Netsyms Technologies. Do not use these APIs in other ways
without express permission.
released by Netsyms Technologies. <b>Do not use these APIs in your own projects
without our permission.</b>
</p>
<p>
Source code for this subdomain is available for you to use on your own
server with your own third-party API keys.
<a href="https://source.netsyms.com/Netsyms/data.netsyms.net">Get the Code</a>
</p>
<p>
Street address autocomplete based on scraping of public records, OpenAddress.io, and other various government sources.
Database available for one-time purchase as a SQLite file or MariaDB dump. <a href="https://netsyms.com/#contact">Contact us</a> and make an offer.
</p>
</div>
</div>
@ -105,6 +109,12 @@
<br>longitude=32.12
<br>nocache=1 (optional)
</li>
<li class="list-group-item">
<b>streetautocomplete</b>
<br><i>Suggest U.S. street addresses based on a ZIP code and partial address.</i>
<br>zip=12345
<br>street=123 test rd
</li>
</ul>
</div>
</div>