# DevCycle JS SDK

The JS SDK for DevCycle!

# 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).
