Download autocompeter.min.css and autocompeter.min.js and insert into your site.
Submit your page information to like this:
curl -X POST -H "Auth-Key: yoursecurekey" \ -d url=/some/url \ -d title="Some Title" https://autocompeter.com/v1
Or by bulk as one big JSON blob:
curl -X POST -H "Auth-Key: yoursecurekey" \ -d '{"documents": [{"url":"/some/url", "title":"Some Title", "popularity":100}]}' \ https://autocompeter.com/v1/bulk
Check out the documentation on how to use the API.
<script> Autocompeter( document.querySelector('input[name="q"]') ); </script>
How the demo on this page was set up.
Autocompeter is a web service where you put a piece of CSS and Javascript on your site and send your titles and their URLs to Autocompeter so you can have an auto complete search widget on your own site.
Original blog post about the launch here.
Detailed documentation available on https://autocompeter.readthedocs.io
Just file an issue on GitHub.
Here are some different example implementations: