Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erkkah/letarette.js

Javascript client library for the Letarette modular full-text search system
https://github.com/erkkah/letarette.js

letarette nodejs typescript

Last synced: about 1 month ago
JSON representation

Javascript client library for the Letarette modular full-text search system

Awesome Lists containing this project

README

        

# Letarette client library for Node.js

A Typescript client library implementation for integrating the [Letarette](https://letarette.io) full-text search system into a Node.js application.

Provides Search Agent and Document Manager for performing searches on, and providing documents to, a Letarette search index.

```
npm i @letarette/client
```

See the [example](https://github.com/erkkah/letarette.js/tree/master/example) for details.