Skip to content

currency exchange calculator calculates currency with latest currency exchange rate fetched from api

Notifications You must be signed in to change notification settings

prolaxu/currency-exchange-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange Calculator

It is Currency Exchange Calculator build in pure js ,html and css which takes input from user through select element and input .With those data it fatch related data from api and calculates the valus and display.

API Reference

Get all currencies with their code

  GET https://raw.githubusercontent.com/fawazahmed0/currency-api/1/latest/currencies.json

For Example

{
    "aed": "United Arab Emirates Dirham",
    "afn": "Afghan afghani",
    "all": "Albanian lek",
    "amd": "Armenian dram",
    "ang": "Netherlands Antillean Guilder",
    .....
}

Get Latest Exchange Rate

  GET https://raw.githubusercontent.com/fawazahmed0/currency-api/1/latest/currencies/usd/npr.json

For Example:

{
    "date": "2021-06-13",
    "npr": 117.0082
}

Demo

https://prolaxu.github.io/currency-exchange-calculator/

Screenshots

App Screenshot

Authors

About

currency exchange calculator calculates currency with latest currency exchange rate fetched from api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published