From 32becd0734c08cd1c6289f37d774f8acf67fe32f Mon Sep 17 00:00:00 2001 From: Romain Francois Date: Fri, 3 Nov 2023 10:12:49 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bd2473..d118bf0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ # TradingView Charting Library Integration Examples +[Demo][demo-url] | [Documentation][doc-url] | [Tutorial][tutorial-url] | [Discord community][discord-url] + ## What is Charting Library -Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. [Learn more and download](https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/). +Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. [Learn more and download][request-lib-url]. + +## What is this repository about +This repository lists various libraries/frameworks commonly used with our libraries. + +⚠️ All of them would obviously require a granted access to the library. +If you don't already have one, please check this [page][request-lib-url] and have a look at our [demo][demo-url] website in the meantime as well as at our [documentation website][doc-url]. ## Content @@ -65,3 +73,10 @@ TradingView [Charting Library](https://www.tradingview.com/HTML5-stock-forex-bit ### vuejs 3 TradingView [Charting Library](https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/) and [Vue.js v3](https://vuejs.org/) Integration Example + +[demo-url]: https://trading-terminal.tradingview-widget.com/ +[doc-url]: https://www.tradingview.com/charting-library-docs/ +[tutorial-url]: https://github.com/tradingview/charting-library-tutorial +[discord-url]: https://discord.gg/UC7cGkvn4U +[request-lib-url]: https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/ +