rollout-v2
v0.1.1
Published
Rollout v2.x for nodejs
Downloads
6
Readme
rollout-v2
Install
$ npm install --save rollout-v2
Usage
var Rollout = require('rollout-v2');
var rollout = new Rollout();
rollout.active("newFeature", function (err, active) {
console.log(err, active);
});
You can take a look the test cases for more details.
API
(Coming soon)
Contributing
- In lieu of a formal styleguide, take care to maintain the existing coding style.
- Add unit tests for any new or changed functionality.
- Lint and test your code using gulp.
License
Copyright (c) 2015 Ainsley Chong. Licensed under the MIT license.