Skip to content
/ abbro Public

A Javascript library for A/B testing integration with Segment.io and Mixpanel

License

Notifications You must be signed in to change notification settings

quekshuy/abbro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

abbro

A Javascript library for A/B testing integration with Segment.io and Mixpanel

Quickstart

This module is not AMD loadable as of now. Just a draft.

Modelled after Abba, Stripe's A/B Testing tool.

To use:

Abbro('New button')
    .control('Red button', function() {
        /* setup red button UI */
    })
    .variation('Green button', function() {
        /* setup blue button UI */
    })
    .variation('Blue button', function() {
        /* setup green button UI */
    })
    .start();

About

A Javascript library for A/B testing integration with Segment.io and Mixpanel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published