1.2.4 • Published 4 years ago

@turnkeyvr/ab-testing v1.2.4

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
4 years ago

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>',
});
1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago