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.
To install the package, use your preferred package manager:
yarn add @nosto/nosto-js
# or
npm install @nosto/nosto-js --save
Module | Description |
---|---|
. | Core functionality |
./client | Client Script types |
./performance | Performance tracking utils |
./testing | Mocking utils |
Read Nosto Techdocs for more information on how to use the library.
Library TypeDoc page includes detailed library helpers documentation and examples.