Skip to content

taplytics/taplytics-js-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taplytics JS SDK

Taplytics is full A/B testing platform that lets you run experiments accross your mobile apps and the web!

Technical Documentation

You can find the full technical documentation of Taplytics.js here.

Commercial License / Terms

Installing

yarn add @taplytics/js-sdk

or

npm install @taplytics/js-sdk --save

Usage

Import the SDK somewhere in your application, and initialize using your project token:

import Taplytics from '@taplytics/js-sdk';

Taplytics.start('JS_SDK_KEY');

More information

Getting Started

Please read the guide on how to get started with Taplytics.js here.

Setting Up Experiments

Guide on how to setup Experiments with Taplytics.js here