@turnkeyvr/ab-testing
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

npm-ab-testing

NPM package for A/B testing utilities and helpers.

Set Up

To use, run npm install @turnkevyr/ab-testing and include the following entry in your config files:

Usage

To use on the client, you must pass in the Optimizely service url when instantiating a new instance of the object:

const client = new ClientABTesting({
  optimizelyServiceUrl: '<ENVIRONMENT_ENDPOINT_HERE>',
});

const server = new ServerABTesting({
  optimizelyServiceUrl: '<ENVIRONMENT_ENDPOINT_HERE>',
});

Readme

Keywords

none

Package Sidebar

Install

npm i @turnkeyvr/ab-testing

Weekly Downloads

1

Version

1.2.4

License

UNLICENSED

Unpacked Size

49.1 kB

Total Files

10

Last publish

Collaborators

  • tkvr-owner
  • rhoyer
  • tkvr-integration