Skip to content

Converts the currency code we want to convert from and currency code we want to convert to, as well as the amount of money. This is to understand the logics behind async/await, Destructuring and some Error Handling.

Notifications You must be signed in to change notification settings

raghunandhanvr/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Converts the currency code we want to convert from and currency code we want to convert to, as well as the amount of money. This is to understand the logics behind async/await, Destructuring and some Error Handling.

Topics

Resources

Stars

Watchers

Forks