Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 507 Bytes

File metadata and controls

29 lines (18 loc) · 507 Bytes

OramaCore JavaScript Client

The OramaCore JavaScript and TypeScript client.

Installation

On Node:

npm i @orama/core

On Deno:

import { CollectionManager, OramaCoreManager } from 'jsr:@orama/core'

On browsers:

<script src="https://cdn.jsdelivr.net/npm/@orama/core/script/index.min.js"></script>

License

AGPLv3