Skip to content

Sample implementation of TradingView Charting Library JS API for Binance exchange

Notifications You must be signed in to change notification settings

kenneth/tradingview-jsapi-binance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.2%
  • HTML 20.8%