Implementation of a Simple Calculator with the next operations:
- Add
- Minus
- Multiply
- Divide
Including integration with Travis CI, Sonarqube (SonarCloud), Coveralls and Snyk
In the folder app is located the main code of the app
In the folder test is located the unit tests
Execute:
$ npm initto download the node dependencies
Execute:
$ npm testExecute:
$ npm run cover