Package Exports
- typesense
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typesense) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
typesense-js

Javascript client library for accessing the Typesense HTTP API. Follows the API spec here.
This library can be used both on the server-side and on the client-side. The library's source is in ES6 and during build time, we transpile it to ES5 and generate two artificats - one that can be used on the server-side and another that uses Browserify and can be used on the client side.
Installation
Install via npm
$ npm install typesenseInclude the minified JS file for use in the browser directly
<script src="dist/typesense.min.js"></script>Usage
Read the documentation here: https://typesense.org/api/
Note: When using
Development
After checking out the repo, run npm install to install dependencies. Then run npm test to run the linter and tests.
To release a new version, run npm build... todo
Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/wreally/typesense-js].