A CLI implementation of Optimizely's NodeJS Full Stack SDK.
Optimizely Node SDK Documentation
- Run
npm install - Open
index.jsand setsdkKeyto your SDK key
- Run
npm start - Sandbox will fetch your datafile and initialize the Optimizely SDK as
optimizely - Call any SDK method on
optimizely, e.g.optimizely.activate('my_experiment','some_user_id')