Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csbun/algolia-search-idd

Input DropDown for Algolia
https://github.com/csbun/algolia-search-idd

algolia dropdown input menu search

Last synced: about 1 month ago
JSON representation

Input DropDown for Algolia

Awesome Lists containing this project

README

        

# algolia-search-idd
Input DropDown for Algolia

## Install

```
yarn add algolia-search-idd
```

Or use CDN(via [unpkg](https://unpkg.com))

```html

```

## Example

```js
import asidd from 'algolia-search-idd';
// or from cdn
// const asidd = window.algoliaSearchIDD;
asidd.algoliaSearchIDD({
el: '.selector', // or DOM Element or NodeList
applicationID: '...',
apiKey: '...',
indexName: '...',
// template: '[optional] using customer EJS template string',
});
```

Or clone this repo and run

```
npm run example
```

## License

MIT