Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertooth-io/ember-data-autocomplete-js
Ember Data driven autocomplete.js text input.
https://github.com/cybertooth-io/ember-data-autocomplete-js
algolia-search autocomplete autocomplete-component cybertooth-io ember-addon ember-data typeahead typeahead-completions typeahead-component
Last synced: about 1 month ago
JSON representation
Ember Data driven autocomplete.js text input.
- Host: GitHub
- URL: https://github.com/cybertooth-io/ember-data-autocomplete-js
- Owner: cybertooth-io
- License: mit
- Created: 2017-01-14T06:04:10.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T23:58:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T17:42:50.520Z (about 2 months ago)
- Topics: algolia-search, autocomplete, autocomplete-component, cybertooth-io, ember-addon, ember-data, typeahead, typeahead-completions, typeahead-component
- Language: JavaScript
- Homepage: https://cybertooth-io.github.io/ember-data-autocomplete-js/
- Size: 5.55 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-data-autocomplete-js
Ember Data driven `autocomplete.js` text input.
[![Maintainability](https://api.codeclimate.com/v1/badges/a5acd1c21cc1fddb227b/maintainability)](https://codeclimate.com/github/cybertooth-io/ember-data-autocomplete-js/maintainability) [![Build, Test, Publish Coverage](https://github.com/cybertooth-io/ember-data-autocomplete-js/workflows/Build,%20Test,%20Publish%20Coverage/badge.svg)](https://github.com/cybertooth-io/ember-data-autocomplete-js/actions)
## Compatibility
- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Node.js v12 or above## Docs
[View the docs here](https://cybertooth-io.github.io/ember-data-autocomplete-js/).
## Dependencies
I maintain a list of the [dependencies](DEPENDENCIES.md) that I've mixed into this addon project.
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).
## Credits
This addon was made possible with the support of:
1. [Algolia's autocomplete.js](https://github.com/algolia/autocomplete.js)
1. [Ember Data](https://github.com/emberjs/data)
1. [EmberMap's ember-data-storefront](https://github.com/embermap/ember-data-storefront)