Currency exchange application between GBP and PLN.
- Install NodeJS from the official download page
- Clone the repository and navigate to the directory
$ git clone https://github.com/stasostyk/CurrencyExchange
$ cd CurrencyExchange- Install the modules from package.json by running
$ npm install- Restart your terminal then run the NodeJS server by running
$ npm start- Navigate to localhost:3000 and enjoy! :)
This is a full web server running on NodeJS using the Express framework. The currency exchange method is made in JavaScript.
Navigate to public/exchanger.js for the exchange method written in JavaScript.