react-tradingview
react-tradingview copied to clipboard
Trading View Chart integrated with Binance API using React.js
Trading View Chart integration with Binance API
This project uses Binance API integrated with TradingView Charts
Installation
Put charting_library folder inside public/scripts folder.
yarn install
Start
yarn serve
Build
yarn build
Deployment on Heroku
Login to heroku using heroku cli and add this repo to your remote heroku account and use the command below to deploy.
yarn heroku