Skip to content

Amplitude Experiment client-side SDK for JavaScript

License

Notifications You must be signed in to change notification settings

hthr-lee/experiment-js-client

 
 

Repository files navigation


Experiment Browser SDK

Overview

This is the JavaScript client (web browser) SDK for Experiment, Amplitude's experimentation and feature management platform.

Getting Started

Refer to the Javascript SDK Developer Documentation to get started.

Examples

This repo contains various example applications for getting familiar with the SDK usage. Each example has two applications, one with a basic example, and another with an example for integrating with the amplitude analytics SDK.

Browser Compatibility

This SDK works with all major browsers and IE10+. The SDK does make use of Promises, so if you are targeting a browser that does not have native support for Promise (for example, IE), you should include a polyfill for Promise, (for example, es6-promise).

About

Amplitude Experiment client-side SDK for JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.7%
  • JavaScript 4.2%
  • HTML 2.1%
  • CSS 2.0%