# Good Reads Books Search (without NPM or Yarn)

This site showcases how to use Typesense with instantsearch.js on a Good Reads books dataset, without using a package manager like NPM or Yarn and just plain Javascript, HTML, CSS.

[Source Code](https://github.com/typesense/typesense-instantsearch-demo-no-npm-yarn)

### Key Highlights

- [Here's](https://github.com/typesense/typesense-instantsearch-demo-no-npm-yarn/blob/5f27963cb5e037c93416fe648fd1cd4b6c3b5944/index.html#L43-L70) how to configure the [Typesense Instantsearch adapter](https://github.com/typesense/typesense-instantsearch-adapter) with vanilla Javascript using `<script>` tags.
- [Here's](https://github.com/typesense/typesense-instantsearch-demo-no-npm-yarn/blob/5f27963cb5e037c93416fe648fd1cd4b6c3b5944/index.html#L76-L78) how to configure total results displayed per page.

