Example view:
Create a dynamic board with the prices of cryptocurrencies (BTC, ETH, AE) in the currency chosen by dropdown (BGN, EUR, GBP). Prices must be updated every 5 seconds.
Go to simple-web-server
npm install
npm run start
endpoints:
http://localhost:8080/price/btc
http://localhost:8080/price/eth
http://localhost:8080/price/ae
http://localhost:8080/fiat/bgn
http://localhost:8080/fiat/eur
http://localhost:8080/fiat/gbp
Useful extension for the frontend: Moesif CORS