currency_exchange_board
v2.0.0
Published
service tracking currency changes
Downloads
1
Readme
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'))