Taplytics is full A/B testing platform that lets you run experiments accross your mobile apps and the web!
You can find the full technical documentation of Taplytics.js here.
yarn add @taplytics/js-sdk
or
npm install @taplytics/js-sdk --save
Import the SDK somewhere in your application, and initialize using your project token:
import Taplytics from '@taplytics/js-sdk';
Taplytics.start('JS_SDK_KEY');
Please read the guide on how to get started with Taplytics.js here.
Guide on how to setup Experiments with Taplytics.js here