js-currency-convertor
v1.0.1
Published
An npm package to convert currency
Downloads
4
Readme
Currency Converter NPM Package
This is a simple currency converter web application that allows users to convert currency values from one currency to another using real-time exchange rates.
Features
- Convert currency values from one currency to another.
- Real-time exchange rates fetched from the API.
- Easy-to-use interface with dropdowns for selecting currencies.
Installation
Clone the repository:
Open the
index.html
file in your web browser.
Usage
- Select the currency you want to convert from in the "From" dropdown.
- Select the currency you want to convert to in the "To" dropdown.
- Enter the amount you want to convert in the input field.
- Click the "Convert" button to see the converted amount.
- To clear the values and start over, click the "Reset" button.
API Used
This application uses the ExchangeRate-API to fetch real-time exchange rates. You can find more information about the API here.
Technologies Used
- JavaScript
License
This project is licensed under the MIT License.
Acknowledgements
Special thanks to ExchangeRate-API for providing the exchange rate data.