JSPM

  • Created
  • Published
  • Downloads 5884
  • Score
    100M100P100Q126969F

The Appcues Javascript SDK

Package Exports

  • @appcues/web-sdk

Readme

Appcues JavaScript SDK

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 for details.