Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 451 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 451 Bytes

Exampe of Simple Server to obtain Exchange Rates from TrueFX Market Data Web API.

Unauthenticated sessions can access the following currency pairs:

  • EUR/USD 
  • USD/JPY
  • GBP/USD
  • EUR/GBP
  • USD/CHF
  • EUR/JPY
  • EUR/CHF
  • USD/CAD
  • AUD/USD
  • GBP/JPY

The server uses rooms per provider to emit data (in case additional fx providers need to be added in future).

  npm i && npm start

Client App