Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erkkah/letarette.js
- Owner: erkkah
- License: isc
- Created: 2019-11-13T21:59:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:23:46.000Z (about 2 years ago)
- Last Synced: 2024-11-17T10:12:37.262Z (about 2 months ago)
- Topics: letarette, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.