1.2.4 • Published 6 years ago

@turnkeyvr/ab-testing v1.2.4

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
6 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

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago