/calc

Unit Testing in JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

Node.js Calculator App

Make a calculator in Node.js and use the Mocha testing framework.

Installation

git clone https://github.com/taniarascia/calc.js
cd calc
npm install --save-dev mocha
node calc.js

License

The code is open source and available under the MIT License.