kenneth / tradingview-jsapi-binance

Sample implementation of TradingView Charting Library JS API for Binance exchange

Home Page:https://www.tradingview.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TradingView Charting Library JS API Example

Install

Clone Charting Library to root:

$ git clone https://github.com/tradingview/charting_library.git

Install modules:

$ npm install

Run

Run Binance proxy to allow CORS:

npm run proxy

Serve index.html, datafeed.js and charting library

npm run serve

About

Sample implementation of TradingView Charting Library JS API for Binance exchange

https://www.tradingview.com/


Languages

Language:JavaScript 79.2%Language:HTML 20.8%