@appcues/web-sdk
v7.7.5
Published
The Appcues Javascript SDK
Downloads
627
Maintainers
Keywords
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-sdkOr using yarn:
yarn add @appcues/web-sdkDocumentation
For complete documentation, guides, and advanced usage, visit:
Support
Need help? Contact us at:
- Email: [email protected]
- Documentation: https://docs.appcues.com
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.mdUsing npm
View package information including the changelog:
npm view @appcues/web-sdkThen open the CHANGELOG.md file from the package directory.
License
See license in LICENSE.md
