Skip to content

Latest commit

 

History

History
executable file
·
31 lines (19 loc) · 356 Bytes

README.md

File metadata and controls

executable file
·
31 lines (19 loc) · 356 Bytes

Fee Calculator

My solution to a javascript task.
Calculating commision fees for various cash operations.

Used

npm v6.14.5
node v14.4.0

Install

cd fee-calculator
npm install

Run App

node app.js input.json

Run Tests

npm run test

Used Libraries and Tools

jest
axios
currency.js
moment

VSCode with Prettier and ESlint