Fridge Temperature Tracker

Build Status

Keeps track of the average, median and mode temperature from different fridges.

Installation

  • Install nodejs if you haven't already.
  • Clone this repo.
cd fridgetemp
npm install
node index.js src/test/sample.json

Running tests

npm test