Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 966 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 966 Bytes

Trading View

npm version Known Vulnerabilities Build Status codecov

TradingView is a promise-based Node.js library for the TradingView.com api.

Installation

Install node-tradingview and save to your package.json in one easy step.

With npm:

npm install node-tradingview --save

With yarn:

yarn add node-tradingview

Documentation

You may find the TradingView documentation here.