instantsearch.js widget using plain JavaScript
This repository holds a custom widget for instantsearch.js. It's using plain JavaScript.
Read more on how to create widgets in the instantsearch.js documentation.
Read the code: instantsearch-best-result.js.
See the demo:
To run the example you can:
- clone this repository
- run
npm run dev
in the cloned repository - open http://localhost:3000