A basic Currency Convertor app to demonstrate the working of API's in JS.
It provides the Exchange rates of currencies of over 150 countries across the globe.
https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies
For finding the exchange rate:
json = fetchJSON(`/currencies/{fromCurrency}`)
rate = json[fromCurrency][toCurrency]