Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nosto/nosto-js

nosto_solutions2.1kISC2.1.0TypeScript support: included

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

readme

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.