JSPM

  • Created
  • Published
  • Downloads 5884
  • Score
    100M100P100Q126945F
  • License See license in LICENSE.md

The Appcues Javascript SDK

Package Exports

  • @appcues/web-sdk

Readme

Appcues JavaScript SDK

ℹ️
The Appcues JavaScript SDK is currently in beta testing when installed via npm. We recommend evaluating carefully and providing feedback as you integrate. Please refer to our official documentation for the latest updates, setup instructions, and support resources.

The Appcues JavaScript SDK allows you to integrate Appcues into your web application. Track user events, identify users, and trigger personalized in-app experiences.

Installation

Install the SDK using npm:

npm install @appcues/web-sdk

Or using yarn:

yarn add @appcues/web-sdk

Documentation

For complete documentation, guides, and advanced usage, visit:

Appcues WEB SDK Documentation

Support

Need help? Contact us at:

Accessing the Changelog

The changelog is included with the package. You can access it in two ways:

After Installation

Navigate to the file in your node_modules:

node_modules/@appcues/web-sdk/CHANGELOG.md

Using npm

View package information including the changelog:

npm view @appcues/web-sdk

Then open the CHANGELOG.md file from the package directory.

License

See license in LICENSE.md