@husaria-solutions/solid-crypto-chart
v0.0.8
Published
Crypto chart for SolidJS using Binance API
Downloads
7
Maintainers
Readme
SolidJS Crypto Chart
Chart library based on lighweight-charts with data fetching from Binance (through REST and WebSocket).
Example
cd example
npm install
npm start
How To Install
NPM
npm i @husaria-solutions/solid-crypto-chart
Yarn
yarn add @husaria-solutions/solid-crypto-chart
Usage
import { CryptoChart } from '@husaria-solutions/solid-crypto-chart'
function Chart() {
return <CryptoChart pair="BTCUSDT" />
}
Properties
Author
License
This project is licensed under the MIT License - see the LICENSE file for details