3.0.0 • Published 5 years ago

@userdive/optimizely-x-plugin v3.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

@userdive/optimizely-x-plugin

Build Status styled with prettier

Build Status

Table of Contents

Install

npm install @userdive/optimizely-x-plugin

Usage

import Agent from "@userdive/agent";
import Plugin from "@userdive/optimizely-x-plugin";

const agent = new Agent("projectId", "auto");
agent.provide("optimizely", Plugin);
agent.require("optimizely");
agent.run("optimizely", "getVariation");

Contribute

PRs accepted. join us

License

GPLv3. Full license text is available in LICENSE

3.0.0

5 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.3.0-pre

6 years ago