1.0.5 • Published 3 years ago

react-exchange-rate-bar-chart v1.0.5

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

react-currency-compare-bar-chart

Travis npm package Coveralls

logo

Thanks for checking out react-exchange-rate-bar-chart.

Demo: https://gregplechaty.github.io/npm-currency-compare-bar-chart/

  • Compare exchange rates between currencies
  • Return data across several months
  • Users can choose currencies and number of months to return data for

component screenshot

Installation & Usage

npm install react-exchange-rate-bar-chart --save

Including the Component

import React from 'react'
import { ExchangeRatebarChart } from 'react-exchange-rate-bar-chart'
function App() {
    return (
    <div>
      <ExchangeRateBarChart />
    </div>
    )
  };

Optional Properties

About the API used

Data comes from the "exchangerate.host" API. Documentation can be found here: https://exchangerate.host/. This is rather useful if you're interestred in customizing the chart further. If you use this component in your project, feel free to give them a shoutout!

Questions? Ideas? Feel free to reach out. Contact info tbd.