Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 648 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 648 Bytes

Currency checker

Currency checker is a console application which allows checking middle exchange rate of main currencies: USD, EUR, GBP, CHF. If you want the application work you have to install node.js: https://nodejs.org/en/. After that set your location in application folder and type in your console: npm install to download all needed dependencies.

You can check currencies rate by providing a command to your console:

  • npm run usd to check USD
  • npm run chf to check CHF
  • npm run gbp to check GBP
  • npm run eur to check EUR

Supported Platforms

  • node v10.16.3 and higher