Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 464 Bytes

Calculator

A simple node.js project that behaves like a pocket calculator.

The project contains a simple node.js application that exposes REST APIs to perform arithmetic on integers, and provides a test suite with mocha and chai. The mocha-junit-reporters package is included to provide XML output that can be presented in

To build, simply:

  1. Run npm install to install dependencies.
  2. Run npm test to run Mocha and execute the unit tests.