1.1.0 • Published 5 years ago
currency-converter-wc v1.1.0
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-wcDevelopment
yarn start --> Development Server
yarn build --> Build dist and demo bundles
