|
1 | | -# MeiliSearch Javascript Client |
2 | | - |
3 | | -[](https://www.npmjs.com/package/meilisearch) |
4 | | -[](https://github.com/conventional-changelog/standard-version) |
5 | | -[](https://github.com/prettier/prettier) |
6 | | -[](https://img.shields.io/badge/licence-MIT-blue.svg) |
7 | | - |
8 | | -The Javascript client for MeiliSearch API. |
9 | | - |
10 | | -MeiliSearch provides an ultra relevant and instant full-text search. Our solution is open-source and you can check out [our repository here](https://github.com/meilisearch/MeiliSearch). |
11 | | - |
12 | | -Here is the [MeiliSearch documentation](https://docs.meilisearch.com/) 📖 |
| 1 | +<p align="center"> |
| 2 | + <img src="https://res.cloudinary.com/meilisearch/image/upload/v1587402338/SDKs/meilisearch_js.svg" alt="MeiliSearch-JavaScript" width="200" height="200" /> |
| 3 | +</p> |
| 4 | + |
| 5 | +<h1 align="center">MeiliSearch JavaScript</h1> |
| 6 | + |
| 7 | +<h4 align="center"> |
| 8 | + <a href="https://github.com/meilisearch/MeiliSearch">MeiliSearch</a> | |
| 9 | + <a href="https://www.meilisearch.com">Website</a> | |
| 10 | + <a href="https://blog.meilisearch.com">Blog</a> | |
| 11 | + <a href="https://twitter.com/meilisearch">Twitter</a> | |
| 12 | + <a href="https://docs.meilisearch.com">Documentation</a> | |
| 13 | + <a href="https://docs.meilisearch.com/resources/faq.html">FAQ</a> |
| 14 | +</h4> |
| 15 | + |
| 16 | +<p align="center"> |
| 17 | + <a href="https://www.npmjs.com/package/meilisearch"><img src="https://img.shields.io/npm/v/meilisearch.svg" alt="NPM version"></a> |
| 18 | + <a href="https://github.com/conventional-changelog/standard-version"><img src="https://img.shields.io/badge/release-standard%20version-brightgreen.svg" alt="Standard Version"></a> |
| 19 | + <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="Prettier"></a> |
| 20 | + <a href="https://github.com/meilisearch/meilisearch-js/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a> |
| 21 | + <a href="https://slack.meilisearch.com"><img src="https://img.shields.io/badge/slack-MeiliSearch-blue.svg?logo=slack" alt="Slack"></a> |
| 22 | +</p> |
| 23 | + |
| 24 | +<p align="center">⚡ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine MeiliSearch client written in JavaScript</p> |
| 25 | + |
| 26 | +**MeiliSearch JavaScript** is a client for **MeiliSearch** written in JavaScript. **MeiliSearch** is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box. |
13 | 27 |
|
14 | 28 | ## Table of Contents <!-- omit in toc --> |
15 | 29 |
|
|
0 commit comments