currency-converter-wc

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i currency-converter-wc

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

4.93 kB

Total Files

3

Last publish

Collaborators

  • phartenfeller