0.0.5 • Published 9 years ago

madd v0.0.5

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

Madd

Madd is a module that does random things with random numbers

Basic Usage

var madd = require('madd');
randomObj = madd.addRandom();

//First random number generated
var firstNumber = randomObj.number1;

//Second random number generated
var secondNumber = randomObj.number2;

//Result of the first and second number addition
var result = randomObj.result;

Development

Grunt

Grunt is a JavaScript task runner to automate common actions. The API Router project supports the following grunt tasks:

mochaTest

Runs all unit tests through mocha.

$ grunt mochaTest
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago