Simple React app pulling currency data from NBRM / National Bank of Republic of Macedonia
http://www.nbrm.mk/services/ExchangeRates.asmx/GetEXRates
Terrible XML API but yet, gets the job done...
Shout out to the CORS issue workaround CORS Anywhere
Whole API link in code https://cors-anywhere.herokuapp.com/http://www.nbrm.mk/services/ExchangeRates.asmx/GetEXRates
npm start
- Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.