Application to convert currency
Fork this repo and cd to it:
cd forked-repository
Install dependancies by using:
npm install
Run the application:
npm run dev
Choose base currency and target currency, then enter number, is that simple!
You can choose different currencies set inside converter.config.js in root directory
Currencies source is https://www.kurzy.cz/
Please feel free to contribute to the project