A web application used to get charts, stats, and recent news articles about stocks.
Clone this repository onto your machine. To install you will need node
and npm
(node package manager) installed globally on your machine as well.
npm install
npm start
visit localhost:3000
in web browser
This is just the frontend of the application. This app requires a server to retrieve the data from APIs: Github repo for the server
TradingView lightweight-charts
and alphavantage API
are used in this project for charting. News data and statistics are pulled from the Yahoo-Finance API
.