@devcycle/js-client-sdk
v1.31.3
Published
The Javascript Client SDK for DevCycle
Downloads
68,481
Readme
DevCycle JS SDK
The JS SDK for DevCycle!
DevCycle is a feature flag management provider with robust support for user targeting, realtime updates of flag values and deep integrations with your development workflow.
This SDK depends on the fetch API.
Installation
Our library can be found on npm and installed by the following:
npm install @devcycle/js-client-sdk
To use in your project, import the initialize
function:
import { initialize } from '@devcycle/js-client-sdk'
Usage
To find usage documentation, visit our docs.