hiteshchoudhary / chai-aur-react

chai aur react series on youtube
5.98k stars 794 forks source link

Currency Conertor api not working #121

Closed imshubham07 closed 1 month ago

imshubham07 commented 1 month ago

let url = https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/${currency}.json

Codewithsandi commented 1 month ago

https://latest.currency-api.pages.dev/v1/currencies/${currency}.json or https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/${currency}.json

Github Link: https://github.com/fawazahmed0/exchange-api

sunriseateast commented 1 month ago

You can use also

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

imshubham07 commented 1 month ago

done