Skip to content

zenithria414/Currency-Convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Convertor


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.


Currency Exchange API used:

https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies

For finding the exchange rate:

json = fetchJSON(`/currencies/{fromCurrency}`)
rate = json[fromCurrency][toCurrency]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published