Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meilisearch/meilisearch-js-plugins
The search client to use Meilisearch with InstantSearch.
https://github.com/meilisearch/meilisearch-js-plugins
angular client geosearch instantsearch js meilisearch react vue
Last synced: 4 days ago
JSON representation
The search client to use Meilisearch with InstantSearch.
- Host: GitHub
- URL: https://github.com/meilisearch/meilisearch-js-plugins
- Owner: meilisearch
- License: mit
- Created: 2020-07-22T09:31:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T15:36:23.000Z (12 days ago)
- Last Synced: 2024-10-28T17:22:32.260Z (12 days ago)
- Topics: angular, client, geosearch, instantsearch, js, meilisearch, react, vue
- Language: TypeScript
- Homepage: https://www.meilisearch.com
- Size: 12 MB
- Stars: 472
- Watchers: 11
- Forks: 58
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - meilisearch/meilisearch-js-plugins - The search client to use Meilisearch with InstantSearch. (TypeScript)
README
Meilisearch Javascript plugins
Meilisearch |
Meilisearch Cloud |
Documentation |
Discord |
Roadmap |
Website |
FAQ**Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/meilisearch)
This repository contains clients and plugins to use Meilisearch with third party tools.
## Table of Contents
- [📖 Documentation](#-documentation)
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
- [🐱 Plugins](#-plugins)
- [⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)## 📖 Documentation
For general information on how to use Meilisearch—such as our API reference, tutorials, guides, and in-depth articles—refer to our [main documentation website](https://docs.meilisearch.com/).
## ⚡ Supercharge your Meilisearch experience
Say goodbye to server deployment and manual updates with [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-js-plugins). Get started with a 14-day free trial! No credit card required.
## 🐱 Plugins
### Plugins in this repository
| | |
| --------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [`instant-meilisearch`](./packages/instant-meilisearch) | The search client for [instantsearch.js](https://github.com/algolia/instantsearch). |
| [`autocomplete-client`](./packages/autocomplete-client) | The search client for [autocomplete](https://github.com/algolia/autocomplete). |
| | |### Other Plugins
| | |
| --------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [`strapi-plugin-meilisearch`](https://github.com/meilisearch/strapi-plugin-meilisearch) | The plugin to add and synchronize your [Strapi](https://strapi.io/) collections on Meilisearch. |
| [`firestore-meilisearch`](https://github.com/meilisearch/firestore-meilisearch/) | The plugin to synchronize your [firestore](https://firebase.google.com/docs/firestore) data on Meilisearch. |
| [`gatsby-plugin-meilisearch`](https://github.com/meilisearch/gatsby-plugin-meilisearch/) | The plugin to index your [Gatsby](https://www.gatsbyjs.com/) content to Meilisearch. |
| [`docs-searchbar.js`](https://github.com/meilisearch/docs-searchbar.js) | A search bar integration for all kinds of documentation. |
| [`vuepress-plugin-meilisearch`](https://github.com/meilisearch/vuepress-plugin-meilisearch) | The plugin to use docs-searchbar.js with `vuepress`. |
| | |## ⚙️ Development Workflow and Contributing
Any new contribution is more than welcome in this project!
If you want to know more about the development workflow or want to contribute to the plugins in this repository, please visit our [contributing guidelines](/CONTRIBUTING.md) for detailed instructions!
**Meilisearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository.