1.1.0 • Published 4 years ago

currency-converter-wc v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Published on webcomponents.org

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/

demo

Usage

<currency-converter
  base-currency="USD"
  value="1.32"
  conversion-currency="EUR"
></currency-converter>

Install

NPM

npm install currency-converter-wc

Development

yarn start --> Development Server

yarn build --> Build dist and demo bundles

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago