currency_exchange_board

2.0.0 • Public • Published

currency-exchange

A small javascript component showing currency exchange rates. Currently there are two bases supported: EUR and USD. The component uses a free api to deliver the rates, so they are updated on a daily basis. It comes bundled so all you need to do is:

Usage

Require the module:

  let currency_board = require('currency_exchange_board')

or

  import CurrencyExchangeBoard from 'currency_exchange_board'

Then:

ReactDom.render(<CurrencyExchangeBoard />, document.getElementById('currency'))

Dependents (0)

Package Sidebar

Install

npm i currency_exchange_board

Weekly Downloads

7

Version

2.0.0

License

ISC

Last publish

Collaborators

  • wizardone