Skip to content

Nosto/nosto-js

Repository files navigation

Nosto JS

Nosto JS is a wrapper for the client script, providing an easy way to interact with the Nosto service from your JavaScript or TypeScript applications.

For more information about JS API, see Our documentation.

Installation

To install the package, use your preferred package manager:

yarn add @nosto/nosto-js
# or
npm install @nosto/nosto-js --save

Modules

Module Description
. Core functionality
./client Client Script types
./performance Performance tracking utils
./testing Mocking utils

Documentation

Read Nosto Techdocs for more information on how to use the library.

Library TypeDoc page includes detailed library helpers documentation and examples.