https://github.com/ethomson/node
A node.js project for Azure Pipelines
https://github.com/ethomson/node
Last synced: 3 months ago
JSON representation
A node.js project for Azure Pipelines
- Host: GitHub
- URL: https://github.com/ethomson/node
- Owner: ethomson
- License: mit
- Created: 2019-05-22T21:59:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T13:49:28.000Z (about 7 years ago)
- Last Synced: 2025-04-10T01:51:03.801Z (about 1 year ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Calculator.js: a node.js Demonstration Project
==============================================
An example node.js project, including tests with mocha, 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 a continuous integration tool like
[Azure DevOps](https://azure.com/devops).
To build, simply:
1. Runs `npm install` to install dependencies.
2. Runs `npm test` to run Mocha and execute the unit tests.