0.1.1 • Published 8 years ago

rollout-v2 v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

rollout-v2

NPM version Dependency Status

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.