Trading View Chart integration with Binance API
This project uses Binance API integrated with TradingView Charts
Installation
Put charting_library folder inside scripts folder. Then put that scripts folder in src directory and public directory as well.
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