Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bergusman/tradingview-jsapi-binance

Sample implementation of TradingView Charting Library JS API for Binance exchange
https://github.com/bergusman/tradingview-jsapi-binance

binance candlestick-chart cryptocurrency tradingview web

Last synced: about 2 months ago
JSON representation

Sample implementation of TradingView Charting Library JS API for Binance exchange

Awesome Lists containing this project

README

        

# 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
```