0.1.3 • Published 11 years ago

bandit-node v0.1.3

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

#bayesian-bandit.js Use mongoose to save test cases

#Quick Start In node.js:

npm install bandit-node

##Server

var bandit = require('bandit-node');
...
bandit.routes(app);

bandit.test(test-name, testCaseArr, callback)

Estblishes the test if a test with test-name exists and returns which case is appropriate

##Client

<script src="https://raw.github.com/joinspoton/bandit-node/master/client/bandit.client.js"></script>

bandit(case_name)

Does get request to server to recieve which case was successful

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago