currency-converter-wc
v1.1.0
Published
A Web Component that converts currencies
Downloads
3
Readme
Currency Converter Web Component
A simple Web Component that converts a given currency to another.
This component uses the free and open source API from apilayer on the data of the European Central Bank.
Demo: https://phartenfeller.github.io/currency-converter-wc/demo/
Usage
<currency-converter
base-currency="USD"
value="1.32"
conversion-currency="EUR"
></currency-converter>
Install
npm install currency-converter-wc
Development
yarn start
--> Development Server
yarn build
--> Build dist and demo bundles