https://github.com/calculationcollective/coffeecalculator
https://github.com/calculationcollective/coffeecalculator
calculator coffeescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calculationcollective/coffeecalculator
- Owner: CalculationCollective
- License: other
- Created: 2023-04-06T15:01:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T15:05:10.000Z (about 2 years ago)
- Last Synced: 2025-02-01T23:14:22.522Z (5 months ago)
- Topics: calculator, coffeescript
- Language: CoffeeScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Coffee calculator
## Compiling and Running the calculator
Install coffee using this command: ```npm install --global coffeescript```Open a terminal and navigate to the repo.
Then run ```coffee COFFEECalc.coffee```