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 USDnpm run chf
to check CHFnpm run gbp
to check GBPnpm run eur
to check EUR
- node v10.16.3 and higher