2.0.0 • Published 8 years ago

currency_exchange_board v2.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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'))
2.0.0

8 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago