Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 936 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 936 Bytes

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