This is a sample Node.js project that demonstrates how to use the TradingView API to get real-time stock prices.
To get started with this project, you'll need to have Node.js installed on your system. You can download and install Node.js from the official website: https://nodejs.org/en/download/
Once you have Node.js installed, you can clone this repository and install the dependencies using the following commands:
git clone https://github.com/vishal-at/stock-tick.git
cd stock-tick
npm installThis will install the dependencies for the project.
To run the project, use the following command:
node index.jsThis will start the project and display real-time stock prices for the specified instrument symbol in index.js.