cryptocurrency-exchange-ticker
This is a react component using Binance API to check 24hr ticker price change statistics
Installation
npm install cryptocurrency-exchange-ticker
Import into your React Project:
import BinanceTicker from 'cryptocurrency-exchange-ticker';
<BinanceTicker symbol="IOTABTC" />
<BinanceTicker symbol="IOTAETH" />
At the Moment they are just 2 Pairs supported IOTABTC and IOTAETH
Learn more about Binance API: https://www.binance.com/restapipub.html
Authors
License
This project is licensed under the MIT License - see the LICENSE.md file for details