RillingDev / yugioh-deck-tool

A tool to share and edit decks, view deck prices, and much more.
https://ygoprodeck.com/card-database/deck-prices/
Apache License 2.0
48 stars 9 forks source link

Load currencies/currency values from 3rd party. #58

Closed RillingDev closed 2 years ago

RillingDev commented 4 years ago

https://stackoverflow.com/a/8391430/6454249

RillingDev commented 4 years ago

https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml (https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html#dev) seems reliable and free, with the only caveats being

RillingDev commented 4 years ago

Turns out ECB's API is not meant for browser consumption as no CORS headers are set; There is https://exchangeratesapi.io, however here CORS Preflight fails.

RillingDev commented 2 years ago

Current 'solution' of running build script to fetch data is reasonable