Skip to content

vladislav-kir/calculator

This branch is 6 commits ahead of actionsdemos/calculator:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93a12b2 · Feb 26, 2023

History

25 Commits
Feb 26, 2023
Apr 29, 2019
Mar 25, 2019
Nov 6, 2019
Sep 21, 2018
Nov 6, 2019
Sep 21, 2018
Feb 26, 2023
Feb 26, 2023
Nov 6, 2019
Apr 29, 2019
Nov 5, 2019

Repository files navigation

Calculator.js: a node.js Demonstration Project

An example node.js project, including tests with mocha, that behaves like a pocket calculator.

Build Status 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.

To build, simply:

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.1%
  • HTML 34.8%
  • CSS 12.5%
  • Dockerfile 0.6%