This repository houses the Node SDK for Optimizely X Full Stack.
We have combined both the JavaScript and the Node SDK repos and packages into one for version 2.0 and forward. In order to use the Feature Management APIs, please refer to the new combined repository.
The SDK is available through npm. To install:
npm install optimizely-server-sdk --save
See the Optimizely X Full Stack testing developer documentation to learn how to set up your first Node project and use the SDK.
npm install
You can run all unit tests with:
npm test
You can run benchmarking tests with:
npm run profile-test
Please see CONTRIBUTING.