currency-exchange

This application uses euroxref to convert currency and show historical data.

  • Server: nodejs
  • Client: reactjs (built with webpack)

live demo

Requirements:

nodejs, npm, node-gyp

How-To install

  1. install dependecies npm install
  2. build client npm run build
  3. start application node app.js
  4. open http://localhost:3000 in browser (Chrome or Firefox)