####Run the code and test This project uses Mocha and Chai for testing: #####Install dependencies: npm install npm install -g mocha npm install -g chai #####Run tests: mocha --recursive #####Add new npm modules: npm install --save <package name>