Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbogard/calculator
You're the operator with your pocket calculator.
https://github.com/jbogard/calculator
Last synced: 7 days ago
JSON representation
You're the operator with your pocket calculator.
- Host: GitHub
- URL: https://github.com/jbogard/calculator
- Owner: jbogard
- License: mit
- Created: 2020-01-30T10:30:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T10:39:00.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T08:26:11.751Z (about 2 months ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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 test coverage tool.To build, simply:
1. Runs `npm install` to install dependencies.
2. Runs `npm test` to run Mocha and execute the unit tests.