UNPKG

@devcycle/js-client-sdk

Version:

The Javascript Client SDK for DevCycle

31 lines (18 loc) 834 B
# 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](https://github.com/BuilderIO/this-package-uses-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: ```javascript import { initialize } from '@devcycle/js-client-sdk' ``` # Usage To find usage documentation, visit our [docs](https://docs.devcycle.com/docs/sdk/client-side-sdks/javascript). # Architecture For detailed diagrams describing the functionality of each public-facing API function, see [ARCHITECTURE.md](./ARCHITECTURE.md).