https://github.com/aigle-levant/calc-js
https://github.com/aigle-levant/calc-js
calculator js json npm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aigle-levant/calc-js
- Owner: aigle-levant
- License: mit
- Created: 2024-12-08T06:28:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T06:41:54.000Z (over 1 year ago)
- Last Synced: 2025-03-31T05:29:09.282Z (over 1 year ago)
- Topics: calculator, js, json, npm
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To use the files, do the following :
Clone the repository either by using the code button or by Git :
```git
git clone https://github.com/aigle-levant/calc-js.git
cd calc-js
```
Install the following dependencies :
```cli
npm install chalk
npm install prompt-sync
```
Then start the script using `npm start`