Simple AB test web component
npm install stx-abtestA simple web component for A/B testing chunks of code on your site.
1. Include stxabtest.js in your HTML file
- via a script tag (quickest)
``html`
- or via a node module
`bash`
npm install stx-abtest --save
Then add a script tag to your HTML like so:
`bash