Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 811 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 811 Bytes

Currency Converter

Screenshot

The program will take in a currency code we want to convert from and currency code we want to convert to, as well as the amount of money. The output will result in a correct exchange rate based on the data from not one, but two different API’s.

  • And also I provided my API Access Key, which can receive 1000 Calls per-month.
  • You can also use your own currency API key from signing up your account in fixer.io.

Outcome : Async/Await, Destructuring, Error Handling

  • From this Currency Converter you can learn about the Async/Await with Promises in JavaScript.
  • You will be Learning the working of Destructuring.
  • Some try/catch blocks.