508-dev / quick-taiwan-conversions

Page for common conversions needed for travelers in Taiwan
0 stars 3 forks source link

Use an API to get USD - TWD exchange rate #19

Open konnovdev opened 4 months ago

konnovdev commented 4 months ago

Problem

Currently, we are hardcoding USD - TWD conversion, see Body.vue:

      usdConvert(convert) {
        return Number(Math.round(convert * 27.65));
      },

which is not even close to the current exchange rate of 32 TWD per USD.

Solution

I suggest to use some API that has a reasonable free tier for fetching the current exchange rate