0.0.8 • Published 4 months ago

@husaria-solutions/solid-crypto-chart v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

SolidJS Crypto Chart

main workflow

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

https://husariasolutions.com

License

This project is licensed under the MIT License - see the LICENSE file for details