Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 349 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 349 Bytes

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