Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Sample implementation of TradingView Charting Library JS API for Binance exchange
- Host: GitHub
- URL: https://github.com/bergusman/tradingview-jsapi-binance
- Owner: bergusman
- Created: 2018-08-26T21:39:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T23:38:16.000Z (over 6 years ago)
- Last Synced: 2024-02-11T22:46:56.418Z (12 months ago)
- Topics: binance, candlestick-chart, cryptocurrency, tradingview, web
- Language: JavaScript
- Homepage: https://www.tradingview.com/
- Size: 10.7 KB
- Stars: 45
- Watchers: 3
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```