0.1.1 • Published 9 years ago

circuitbreaker-js v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

CircuitBreaker

Build Status

An implementation of the circuit breaker programming pattern for use in client side javascript.

Contributing

All contributions are greatly appreciated! Please fork and make a pull request to this repository. Try your best to keep the coverage at 100%!

Setup

You'll first need to install the dependencies with npm.

npm install

Then you'll need to build the files.

node ./node_modules/gulp/bin/gulp.js build

This will take the files in ./src/*.coffee and build them to be ./dist/circuitbreaker.js

Documentation

Currently, all documentation lives in the code. Since this is a pre-V1 version, there is no API documentation yet.

To build the annotated source, run the command:

npm run-script docs

Testing

To run the tests, just use the command:

node ./node_modules/gulp/bin/gulp.js test
0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

1.0.0

9 years ago