Web app for converting currencies - from PLN to GBP and from GBP to PLN, according to current exchange rate fetched from NBP website.
Install node.js (https://nodejs.org/en/download/).
- Download the project.
- Install NPM packages - run in terminal
npm install express ejs http request mocha
(in a directory containing the project).
- Run in terminal
node app.js
(in a directory containing the project).
- Go to http://localhost:3000/.
Run in terminal
npm test
(in a directory containing the project).