2.0.0 • Published 6 months ago

@attraqt/ab-test v2.0.0

Weekly downloads
23
License
MIT
Repository
github
Last release
6 months ago

@attraqt/ab-test

Installation and Usage

npm install --save @attraqt/ab-test
import {drawAbTestVariationForUser} from @attraqt/ab-test

drawAbTestVariationForUser("31d814b3-ee4a-401e-80dc-77efbfa431fa", {
  id: "homepage-ab-test",
  variations: [{
    id: "a",
    weight: 50
  }, {
    id: "b",
    weight: 50
  }]
});

Methods

MethodArgument(s)ResultDescription
drawAbTestVariationForUseroptions: AbTeststringDraws a variation for the given user id
2.0.0

6 months ago

1.8.1

6 months ago

1.8.3

6 months ago

1.8.3-alpha.0

6 months ago

1.7.1

1 year ago

1.7.0

1 year ago

1.5.1

2 years ago

1.5.1-alpha.1

2 years ago

1.5.1-alpha.0

2 years ago

1.3.0

4 years ago

1.3.0-alpha.3

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago