Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.2 KB

File metadata and controls

25 lines (18 loc) · 1.2 KB

Charting Library: Connecting Data via the Datafeed API

Note

This repository contains sample code for a tutorial on connecting data via the Datafeed API. You can find the full step-by-step guide in the Charting Library documentation.

Installation

Run git submodule update --init --recursive to download the Charting Library. Run yarn install to install dependencies. Run yarn start to start the development server.

What is Charting Library

Charting Library is a standalone solution that you can download, host on your servers, connect your own data to, and use in your site or app for free. Learn more about Charting Library on the TradingView website.

What is This Tutorial About

This tutorial explains how to implement real-time data streaming to Charting Library step-by-step using the Datafeed API. As an example, the tutorial describes connection via free CryptoCompare API that provides data from different crypto exchanges.